me
/
guix
Archived
1
0
Fork 0

gnu: Add r-hdo-db.

* gnu/packages/bioconductor.scm (r-hdo-db): New variable.
master
zimoun 2022-11-16 23:21:40 +01:00 committed by Ricardo Wurmus
parent f4a7ccc976
commit 8105b3c09f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 25 additions and 0 deletions

View File

@ -506,6 +506,31 @@ ID and species. It is used by functions in the GenomeInfoDb package.")
information about the latest version of the Gene Ontologies.")
(license license:artistic2.0)))
(define-public r-hdo-db
(package
(name "r-hdo-db")
(version "0.99.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "HDO.db" version 'annotation))
(sha256
(base32
"14ngyxailmxrbxqqi9m7mchqcvchmbg7zm34i8a927b20s6z4z61"))))
(properties `((upstream-name . "HDO.db")))
(build-system r-build-system)
(propagated-inputs
(list r-annotationdbi))
(native-inputs
(list r-knitr))
(home-page "https://bioconductor.org/packages/HDO.db")
(synopsis "Annotation maps describing the entire Human Disease Ontology")
(description
"This package provides a set of annotation maps describing the entire
Human Disease Ontology. The annotation data comes from
@url{Humam Disease Ontology repository,
https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology}.")
(license license:artistic2.0)))
(define-public r-homo-sapiens
(package
(name "r-homo-sapiens")