me
/
guix
Archived
1
0
Fork 0

gnu: Add r-flowviz.

* gnu/packages/bioconductor.scm (r-flowviz): New variable.
master
Ricardo Wurmus 2019-12-15 14:24:25 +01:00
parent dbfce8ff5b
commit 0dd4b7d732
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 29 additions and 0 deletions

View File

@ -5405,6 +5405,35 @@ and some custom layers also make it easy to add gates and population
statistics to the plot.")
(license license:artistic2.0)))
(define-public r-flowviz
(package
(name "r-flowviz")
(version "1.50.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "flowViz" version))
(sha256
(base32
"0ik16bxcfcg3q26ra3055718kskid64aaazcbqsxalca9ppdm4k7"))))
(properties `((upstream-name . "flowViz")))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)
("r-flowcore" ,r-flowcore)
("r-hexbin" ,r-hexbin)
("r-idpmisc" ,r-idpmisc)
("r-kernsmooth" ,r-kernsmooth)
("r-lattice" ,r-lattice)
("r-latticeextra" ,r-latticeextra)
("r-mass" ,r-mass)
("r-rcolorbrewer" ,r-rcolorbrewer)))
(home-page "https://bioconductor.org/packages/flowViz/")
(synopsis "Visualization for flow cytometry")
(description
"This package provides visualization tools for flow cytometry data.")
(license license:artistic2.0)))
(define-public r-flowsom
(package
(name "r-flowsom")