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
parent ad54870cd0
commit c71f959346
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -401,6 +401,28 @@ Using the same principle to diseases can identify genetic associations and
even help to identify disease associations that are not obvious.") even help to identify disease associations that are not obvious.")
(license license:artistic2.0))) (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 (define-public r-org-eck12-eg-db
(package (package
(name "r-org-eck12-eg-db") (name "r-org-eck12-eg-db")