gnu: r-sctransform: Update to 0.3.3.
* gnu/packages/cran.scm (r-sctransform): Update to 0.3.3. [propagated-inputs]: Add r-dplyr, r-magrittr, and r-rlang.
This commit is contained in:
parent
5e5b25bb9d
commit
91776fa18a
1 changed files with 7 additions and 4 deletions
|
@ -18652,26 +18652,29 @@ code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
|
||||||
(define-public r-sctransform
|
(define-public r-sctransform
|
||||||
(package
|
(package
|
||||||
(name "r-sctransform")
|
(name "r-sctransform")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sctransform" version))
|
(uri (cran-uri "sctransform" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p3m6i28nlxh6r609syn88cwlbdpl3dw44dy3gsijk2ibq20mfsx"))))
|
"0aqbcarsvvzkh5h4i65f08y4b8dfcs3zi62hmvfy24gj81f15bw3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-future
|
(list r-dplyr
|
||||||
|
r-future
|
||||||
r-future-apply
|
r-future-apply
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-gridextra
|
r-gridextra
|
||||||
|
r-magrittr
|
||||||
r-mass
|
r-mass
|
||||||
r-matrix
|
r-matrix
|
||||||
r-matrixstats
|
r-matrixstats
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-rcpparmadillo
|
r-rcpparmadillo
|
||||||
r-reshape2))
|
r-reshape2
|
||||||
|
r-rlang))
|
||||||
(home-page "https://github.com/ChristophH/sctransform")
|
(home-page "https://github.com/ChristophH/sctransform")
|
||||||
(synopsis "Variance stabilizing transformations for Single Cell UMI Data")
|
(synopsis "Variance stabilizing transformations for Single Cell UMI Data")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue