mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
f1d03188a6
commit
8417b0f27a
1 changed files with 28 additions and 0 deletions
|
@ -374,6 +374,34 @@ (define-public r-jaspar2020
|
||||||
utilize the TFBSTools package (version 1.23.1 or higher).")
|
utilize the TFBSTools package (version 1.23.1 or higher).")
|
||||||
(license license:gpl2)))
|
(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
|
(define-public r-mafh5-gnomad-v3-1-2-grch38
|
||||||
(package
|
(package
|
||||||
(name "r-mafh5-gnomad-v3-1-2-grch38")
|
(name "r-mafh5-gnomad-v3-1-2-grch38")
|
||||||
|
|
Loading…
Reference in a new issue