mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add r-ggcyto.
* gnu/packages/bioconductor.scm (r-ggcyto): New variable.
This commit is contained in:
parent
15ac0c195c
commit
f5f440312d
1 changed files with 34 additions and 0 deletions
|
@ -5371,6 +5371,40 @@ (define-public r-ncdfflow
|
||||||
manipulation of flow cytometry data.")
|
manipulation of flow cytometry data.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-ggcyto
|
||||||
|
(package
|
||||||
|
(name "r-ggcyto")
|
||||||
|
(version "1.14.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "ggcyto" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"165qszvy5z176h1l3dnjb5dcm279b6bjl5n5gzz8wfn4xpn8anc8"))))
|
||||||
|
(properties `((upstream-name . "ggcyto")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-data-table" ,r-data-table)
|
||||||
|
("r-flowcore" ,r-flowcore)
|
||||||
|
("r-flowworkspace" ,r-flowworkspace)
|
||||||
|
("r-ggplot2" ,r-ggplot2)
|
||||||
|
("r-gridextra" ,r-gridextra)
|
||||||
|
("r-ncdfflow" ,r-ncdfflow)
|
||||||
|
("r-plyr" ,r-plyr)
|
||||||
|
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||||
|
("r-rlang" ,r-rlang)
|
||||||
|
("r-scales" ,r-scales)))
|
||||||
|
(home-page "https://github.com/RGLab/ggcyto/issues")
|
||||||
|
(synopsis "Visualize Cytometry data with ggplot")
|
||||||
|
(description
|
||||||
|
"With the dedicated fortify method implemented for @code{flowSet},
|
||||||
|
@code{ncdfFlowSet} and @code{GatingSet} classes, both raw and gated flow
|
||||||
|
cytometry data can be plotted directly with ggplot. The @code{ggcyto} wrapper
|
||||||
|
and some custom layers also make it easy to add gates and population
|
||||||
|
statistics to the plot.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-flowsom
|
(define-public r-flowsom
|
||||||
(package
|
(package
|
||||||
(name "r-flowsom")
|
(name "r-flowsom")
|
||||||
|
|
Loading…
Reference in a new issue