gnu: Add r-flowworkspacedata.

* gnu/packages/bioconductor.scm (r-flowworkspacedata): New variable.

Change-Id: Ie2add925d3fcd3540bc3885427982fb0cee5a146
This commit is contained in:
Ricardo Wurmus 2024-11-28 10:55:32 +01:00
parent 0eec5846bb
commit d19945f198
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")