gnu: Add r-oligodata.

* gnu/packages/bioconductor.scm (r-oligodata): New variable.

Change-Id: I605b877f91c068180c55da5ecbbd62b6071fde3c
This commit is contained in:
Ricardo Wurmus 2024-11-26 09:40:51 +01:00 committed by Andreas Enge
parent eb230cc991
commit d597926171
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -401,6 +401,28 @@ (define-public r-mpo-db
even help to identify disease associations that are not obvious.")
(license license:artistic2.0)))
(define-public r-oligodata
(package
(name "r-oligodata")
(version "1.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "oligoData" version
'annotation))
(sha256
(base32 "1d1yfms3jv2c4s255xnh8yxwijrj35skw3nxds7l46y88lg3qn8y"))))
(properties `((upstream-name . "oligoData")))
(build-system r-build-system)
(propagated-inputs (list r-oligo))
(home-page "https://bioconductor.org/packages/oligoData")
(synopsis "Dataset samples for the oligo package")
(description
"This package provides dataset samples (Affymetrix: Expression, Gene,
Exon, SNP; @code{NimbleGen}: Expression, Tiling) to be used with the
@code{oligo} package.")
(license license:lgpl2.0+)))
(define-public r-org-eck12-eg-db
(package
(name "r-org-eck12-eg-db")