mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add r-org-bt-eg-db.
* gnu/packages/bioconductor.scm (r-org-bt-eg-db): New variable.
This commit is contained in:
parent
e658cde524
commit
26da032d5b
1 changed files with 25 additions and 0 deletions
|
@ -84,6 +84,31 @@ (define-public r-org-eck12-eg-db
|
||||||
analysis.")
|
analysis.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-org-bt-eg-db
|
||||||
|
(package
|
||||||
|
(name "r-org-bt-eg-db")
|
||||||
|
(version "3.13.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri
|
||||||
|
"org.Bt.eg.db"
|
||||||
|
version
|
||||||
|
'annotation))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0pwvwyfah8fhvaxdc8zkp3lp1v4mchhzr84r3hb0jx97icdvhafi"))))
|
||||||
|
(properties `((upstream-name . "org.Bt.eg.db")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-annotationdbi" ,r-annotationdbi)))
|
||||||
|
(home-page "https://bioconductor.org/packages/org.Bt.eg.db")
|
||||||
|
(synopsis "Genome wide annotation for Bovine")
|
||||||
|
(description
|
||||||
|
"This package provides genome wide annotations for Bovine, primarily
|
||||||
|
based on mapping using Entrez Gene identifiers.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-reactome-db
|
(define-public r-reactome-db
|
||||||
(package
|
(package
|
||||||
(name "r-reactome-db")
|
(name "r-reactome-db")
|
||||||
|
|
Loading…
Reference in a new issue