mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-seuratobject: Update to 4.0.1.
* gnu/packages/cran.scm (r-seuratobject): Update to 4.0.1. [propagated-inputs]: Remove r-sctransform.
This commit is contained in:
parent
428fda3587
commit
0df3c20243
1 changed files with 3 additions and 4 deletions
|
@ -26767,22 +26767,21 @@ data to rasters. It speeds up plotting of data with millions of points.")
|
|||
(define-public r-seuratobject
|
||||
(package
|
||||
(name "r-seuratobject")
|
||||
(version "4.0.0")
|
||||
(version "4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "SeuratObject" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03k27z7g76wy7mfja2cpxq183xk0906k9gxb2j6p1zw341gv4gii"))))
|
||||
"0g32ivx7g64a1sbxc5ym1832wh14w22z025lzyasn8yn2769c1f9"))))
|
||||
(properties `((upstream-name . "SeuratObject")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-matrix" ,r-matrix)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rcppeigen" ,r-rcppeigen)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-sctransform" ,r-sctransform)))
|
||||
("r-rlang" ,r-rlang)))
|
||||
(home-page "https://satijalab.org/seurat")
|
||||
(synopsis "Data structures for single cell data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue