mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add r-flowworkspacedata.
* gnu/packages/bioconductor.scm (r-flowworkspacedata): New variable. Change-Id: Ie2add925d3fcd3540bc3885427982fb0cee5a146
This commit is contained in:
parent
0eec5846bb
commit
d19945f198
1 changed files with 23 additions and 0 deletions
|
@ -2313,6 +2313,29 @@ (define-public r-flowsorted-blood-epic
|
|||
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE110554.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-flowworkspacedata
|
||||
(package
|
||||
(name "r-flowworkspacedata")
|
||||
(version "3.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "flowWorkspaceData" version
|
||||
'experiment))
|
||||
(sha256
|
||||
(base32 "1bwykpv1y76iq0qhnn24snwymy0wirip7xwq1wqj1flbainzmv6g"))))
|
||||
(properties `((upstream-name . "flowWorkspaceData")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/flowWorkspaceData")
|
||||
(synopsis "Data for flowWorkspace tests and vignettes")
|
||||
(description
|
||||
"The necessary external data to run the @code{flowWorkspace} and
|
||||
@code{openCyto} vignette is found in this package. This data package contains
|
||||
two flowJo, one diva xml workspace and the associated @code{fcs} files as well
|
||||
as three @code{GatingSets} for testing the @code{flowWorkspace},
|
||||
@code{openCyto} and @code{CytoML} packages.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-genelendatabase
|
||||
(package
|
||||
(name "r-genelendatabase")
|
||||
|
|
Loading…
Reference in a new issue