gnu: r-edger: Update to 3.20.1.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.20.1. [propagated-inputs]: Add r-rcpp.
This commit is contained in:
parent
eb3f5cc76a
commit
010ab2ffd2
|
@ -6738,18 +6738,19 @@ names in their natural, rather than lexicographic, order.")
|
||||||
(define-public r-edger
|
(define-public r-edger
|
||||||
(package
|
(package
|
||||||
(name "r-edger")
|
(name "r-edger")
|
||||||
(version "3.18.0")
|
(version "3.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "edgeR" version))
|
(uri (bioconductor-uri "edgeR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02l17i6xh33dv10swwvyfxrmv5kp23iv278iwvkfq2mnipasfnb9"))))
|
"01qnxwr9rmz8r5ga3hvjk632365ga2aygx71mxkk7jiad2pjznsp"))))
|
||||||
(properties `((upstream-name . "edgeR")))
|
(properties `((upstream-name . "edgeR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-limma" ,r-limma)
|
`(("r-limma" ,r-limma)
|
||||||
("r-locfit" ,r-locfit)
|
("r-locfit" ,r-locfit)
|
||||||
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-statmod" ,r-statmod))) ;for estimateDisp
|
("r-statmod" ,r-statmod))) ;for estimateDisp
|
||||||
(home-page "http://bioinf.wehi.edu.au/edgeR")
|
(home-page "http://bioinf.wehi.edu.au/edgeR")
|
||||||
(synopsis "EdgeR does empirical analysis of digital gene expression data")
|
(synopsis "EdgeR does empirical analysis of digital gene expression data")
|
||||||
|
|
Loading…
Reference in New Issue