mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-edger: Update to 4.0.1.
* gnu/packages/bioconductor.scm (r-edger): Update to 4.0.1. [native-inputs]: Add r-knitr. Change-Id: Id72516ca581e9b65da3ea1723d008bf3d96b99c8
This commit is contained in:
parent
26eee94e13
commit
91bd1e4bb2
1 changed files with 3 additions and 2 deletions
|
@ -7172,17 +7172,18 @@ (define-public r-edaseq
|
|||
(define-public r-edger
|
||||
(package
|
||||
(name "r-edger")
|
||||
(version "3.42.4")
|
||||
(version "4.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "edgeR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lyn017jqgn6d987zrk0kp2p2nw3mxf8zjspk31pky532p9pkhs3"))))
|
||||
"0vjydwjazl7br0hvshy7jip3z6w73bif9vaky20im5rv40pqnchh"))))
|
||||
(properties `((upstream-name . "edgeR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-limma r-locfit r-rcpp))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioinf.wehi.edu.au/edgeR")
|
||||
(synopsis "EdgeR does empirical analysis of digital gene expression data")
|
||||
(description "This package can do differential expression analysis of
|
||||
|
|
Loading…
Reference in a new issue