mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add r-hgu133plus2-db.
* gnu/packages/bioconductor.scm (r-hgu133plus2-db): New variable.
This commit is contained in:
parent
a81e20b18a
commit
65a7a73fd5
1 changed files with 20 additions and 0 deletions
|
@ -956,6 +956,26 @@ (define-public r-do-db
|
|||
Disease Ontology.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-hgu133plus2-db
|
||||
(package
|
||||
(name "r-hgu133plus2-db")
|
||||
(version "3.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "hgu133plus2.db" version 'annotation))
|
||||
(sha256
|
||||
(base32 "0i6cfk7ahql4fcgrq0dai9gkjbsahyzd9iv4lqv1ad58fzkmipnx"))))
|
||||
(properties `((upstream-name . "hgu133plus2.db")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationdbi r-org-hs-eg-db))
|
||||
(home-page "https://bioconductor.org/packages/hgu133plus2.db")
|
||||
(synopsis "Affymetrix Affymetrix HG-U133_Plus_2 Array annotation data")
|
||||
(description
|
||||
"This package provides Affymetrix HG-U133_Plus_2 array annotation
|
||||
data (chip hgu133plus2) assembled using data from public repositories.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-pfam-db
|
||||
(package
|
||||
(name "r-pfam-db")
|
||||
|
|
Loading…
Reference in a new issue