gnu: Add r-mousegastrulationdata.
* gnu/packages/bioconductor.scm (r-mousegastrulationdata): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
parent
aa47077a8b
commit
cf941786ee
|
@ -1708,6 +1708,37 @@ gene expression indicate a role for enhancer priming in immune response\", publi
|
||||||
in Nature Genetics, January 2018.")
|
in Nature Genetics, January 2018.")
|
||||||
(license license:gpl2+)))
|
(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
|
(define-public r-minfidata
|
||||||
(package
|
(package
|
||||||
(name "r-minfidata")
|
(name "r-minfidata")
|
||||||
|
|
Reference in New Issue