diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-09-06 08:42:20 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-09-06 08:42:20 +0300 |
commit | 9fa3e90789203109f6f86ab41b48c65f15451d4e (patch) | |
tree | 21266277f922faed1e37e64f01d7af199e634277 /gnu/packages | |
parent | dc9a0bb8b2a41dd12b0e5cb1e8b4d37ac1a80bff (diff) | |
download | guix-9fa3e90789203109f6f86ab41b48c65f15451d4e.tar.gz |
gnu: r-edger: Update to 3.38.4.
* gnu/packages/bioconductor.scm (r-edger): Update to 3.38.4. [propagated-inputs]: Remove r-statmod.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index d69e43b388..791c8b5476 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4113,17 +4113,17 @@ global-scaling and full-quantile normalization.") (define-public r-edger (package (name "r-edger") - (version "3.38.1") + (version "3.38.4") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "1q933m76155gy30wgps2gdd8pxzsfhppydjqn0fhjrwj6kqz8mik")))) + "1ww69xrg9qrmq7dix2k48j6akgn58ss3340hm7pjvzx508x1j6n6")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs - (list r-limma r-locfit r-rcpp r-statmod)) ;for estimateDisp + (list r-limma r-locfit r-rcpp)) (home-page "http://bioinf.wehi.edu.au/edgeR") (synopsis "EdgeR does empirical analysis of digital gene expression data") (description "This package can do differential expression analysis of |