gnu: Add r-mafdb-1kgenomes-phase1-hs37d5.

* gnu/packages/bioconductor.scm (r-mafdb-1kgenomes-phase1-hs37d5): New variable.

Change-Id: Id8827d4a5d788ef2bc4d258048572e697e61b4d2
This commit is contained in:
Ricardo Wurmus 2024-11-28 21:54:11 +01:00
parent f1d03188a6
commit 8417b0f27a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -374,6 +374,34 @@ (define-public r-jaspar2020
utilize the TFBSTools package (version 1.23.1 or higher).")
(license license:gpl2)))
(define-public r-mafdb-1kgenomes-phase1-hs37d5
(package
(name "r-mafdb-1kgenomes-phase1-hs37d5")
(version "3.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MafDb.1Kgenomes.phase1.hs37d5" version
'annotation))
(sha256
(base32 "0vsjik59qa36w402bcrd5z27wc9vyp4gl0ffcwskd9iwjqim0phi"))))
(properties `((upstream-name . "MafDb.1Kgenomes.phase1.hs37d5")))
(build-system r-build-system)
(propagated-inputs (list r-bsgenome
r-genomeinfodb
r-genomicranges
r-genomicscores
r-iranges
r-s4vectors))
(home-page
"https://bioconductor.org/packages/MafDb.1Kgenomes.phase1.hs37d5")
(synopsis
"Minor allele frequency data from 1000 Genomes Phase 1 for hs37d5")
(description
"Store minor allele frequency data from the Phase 1 of the 1000 Genomes
Project for the human genome version hs37d5.")
(license license:artistic2.0)))
(define-public r-mafh5-gnomad-v3-1-2-grch38
(package
(name "r-mafh5-gnomad-v3-1-2-grch38")