gnu: Add r-mousegastrulationdata.

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

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Navid Afkhami 2023-08-24 13:28:28 +00:00 committed by Ricardo Wurmus
parent aa47077a8b
commit cf941786ee
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1708,6 +1708,37 @@ (define-public r-macrophage
in Nature Genetics, January 2018.")
(license license:gpl2+)))
(define-public r-mousegastrulationdata
(package
(name "r-mousegastrulationdata")
(version "1.14.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "MouseGastrulationData" version
'experiment))
(sha256
(base32
"155kci5isq7mlbvv8mdl2jjpafm3pbv1likhls70aa746spr1h17"))))
(properties `((upstream-name . "MouseGastrulationData")))
(build-system r-build-system)
(propagated-inputs (list r-biocgenerics
r-bumpymatrix
r-experimenthub
r-s4vectors
r-singlecellexperiment
r-spatialexperiment
r-summarizedexperiment))
(native-inputs (list r-knitr))
(home-page "https://github.com/MarioniLab/MouseGastrulationData")
(synopsis
"Single-Cell omics data across mouse gastrulation and early organogenesis")
(description
"This package provides processed and raw count data for single-cell RNA
sequencing. In addition, this package offers single-cell ATAC-seq, and
@code{seqFISH} (spatial transcriptomic) experiments performed along a
timecourse of mouse gastrulation and early organogenesis.")
(license license:gpl3)))
(define-public r-minfidata
(package
(name "r-minfidata")