gnu: Add r-alabaster-sce.
* gnu/packages/bioconductor.scm (r-alabaster-sce): New variable. Change-Id: I8121614d5b93922555b6cb5fd7a05d68980aff20master
parent
092609b36a
commit
1dd2cce88f
|
@ -3295,6 +3295,31 @@ interpretation; downstream applications can enrich this metadata with
|
|||
context-specific properties.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-alabaster-sce
|
||||
(package
|
||||
(name "r-alabaster-sce")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "alabaster.sce" version))
|
||||
(sha256
|
||||
(base32 "1i9nmivsfrd7fbb8njmwihfx4xpj4p3h5bnlj9fvk5308bbj3qcg"))))
|
||||
(properties `((upstream-name . "alabaster.sce")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-alabaster-base r-alabaster-se r-jsonlite
|
||||
r-singlecellexperiment))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/alabaster.sce")
|
||||
(synopsis "Load and save SingleCellExperiment from file")
|
||||
(description
|
||||
"This is a package for saving @code{SingleCellExperiment} into file
|
||||
artifacts, and loading them back into memory. This is a more portable
|
||||
alternative to serialization of such objects into RDS files. Each artifact is
|
||||
associated with metadata for further interpretation; downstream applications
|
||||
can enrich this metadata with context-specific properties.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-alabaster-schemas
|
||||
(package
|
||||
(name "r-alabaster-schemas")
|
||||
|
|
Reference in New Issue