me
/
guix
Archived
1
0
Fork 0

gnu: r-edger: Update to 3.16.0.

* gnu/packages/bioinformatics.scm (r-edger): Update to 3.16.0.
[propagated-inputs]: Add r-locfit.
master
Ricardo Wurmus 2016-10-26 08:53:46 +02:00
parent dece310a25
commit 5e48005fa9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -6162,17 +6162,18 @@ 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.14.0") (version "3.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "edgeR" version)) (uri (bioconductor-uri "edgeR" version))
(sha256 (sha256
(base32 (base32
"14vrygy7rz5ngaap4kgkvr3j18y5l6m742n79h68plk6iqgmsskn")))) "1qr20j55m35dwzqyzzmla69gk5bzff8v1v2qjh7yd3362wq1ch49"))))
(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)))
(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")
(description "This package can do differential expression analysis of (description "This package can do differential expression analysis of