me
/
guix
Archived
1
0
Fork 0

gnu: Add r-org-sc-sgd-db.

* gnu/packages/bioconductor.scm (r-org-sc-sgd-db): New variable.
master
Mădălin Ionel Patrașcu 2023-03-25 00:18:51 +01:00 committed by Ricardo Wurmus
parent 1025316d80
commit e65ba1ccee
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 22 additions and 0 deletions

View File

@ -118,6 +118,28 @@ analysis.")
based on mapping using Entrez Gene identifiers.")
(license license:artistic2.0)))
(define-public r-org-sc-sgd-db
(package
(name "r-org-sc-sgd-db")
(version "3.17.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "org.Sc.sgd.db" version
'annotation))
(sha256
(base32 "1anxk5sgzgkdk4n1c7gjyzy56wa2bkifghs9m1mh82l95kyvk2ig"))))
(properties `((upstream-name . "org.Sc.sgd.db")))
(build-system r-build-system)
(propagated-inputs (list r-annotationdbi))
(home-page "https://bioconductor.org/packages/org.Sc.sgd.db")
(synopsis "Genome wide annotation for Yeast")
(description
"This package provides genome wide annotation for Yeast, primarily based
on mapping using ORF identifiers from @acronym{SGD, Saccharomyces Genome
Database}.")
(license license:artistic2.0)))
(define-public r-pd-mapping50k-xba240
(package
(name "r-pd-mapping50k-xba240")