mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: Add r-cytolib.
* gnu/packages/bioconductor.scm (r-cytolib): New variable.
This commit is contained in:
parent
b4a22ccaaa
commit
b4aee31dcb
1 changed files with 20 additions and 0 deletions
|
@ -5264,6 +5264,26 @@ (define-public r-consensusclusterplus
|
||||||
cluster count and membership by stability evidence in unsupervised analysis.")
|
cluster count and membership by stability evidence in unsupervised analysis.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-cytolib
|
||||||
|
(package
|
||||||
|
(name "r-cytolib")
|
||||||
|
(version "1.8.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "cytolib" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1zk5i09k782lw6297gl3rh0g4fxswr2ang8dgqj7p0814l7h15k9"))))
|
||||||
|
(properties `((upstream-name . "cytolib")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://bioconductor.org/packages/cytolib/")
|
||||||
|
(synopsis "C++ infrastructure for working with gated cytometry")
|
||||||
|
(description
|
||||||
|
"This package provides the core data structure and API to represent and
|
||||||
|
interact with gated cytometry data.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-flowcore
|
(define-public r-flowcore
|
||||||
(package
|
(package
|
||||||
(name "r-flowcore")
|
(name "r-flowcore")
|
||||||
|
|
Loading…
Reference in a new issue