gnu: Add Biobase.

* gnu/packages/bioinformatics.scm (r-biobase): New variable.
This commit is contained in:
Ricardo Wurmus 2015-12-18 14:06:09 +01:00
parent bc899123e7
commit 555e3399dc

View file

@ -3466,6 +3466,28 @@ (define-public r-genomicranges
manipulating genomic intervals and variables defined along a genome.")
(license license:artistic2.0)))
(define-public r-biobase
(package
(name "r-biobase")
(version "2.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biobase" version))
(sha256
(base32
"1qasjpq3kw8h7qw8cin3bjvv1256hqr1mm24fq3v0ymxzlb66szi"))))
(properties
`((upstream-name . "Biobase")))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)))
(home-page "http://bioconductor.org/packages/Biobase")
(synopsis "Base functions for Bioconductor")
(description
"This package provides functions that are needed by many other packages
on Bioconductor or which replace R functions.")
(license license:artistic2.0)))
(define-public r-qtl
(package
(name "r-qtl")