mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add r-human370v1ccrlmm.
* gnu/packages/bioconductor.scm (r-human370v1ccrlmm): New variable. Change-Id: I46b8f5aa896fb1357cfe0329bbd6e25d7fd9db9c
This commit is contained in:
parent
69b9c4e8df
commit
dc973bcc2c
1 changed files with 20 additions and 0 deletions
|
@ -272,6 +272,26 @@ (define-public r-hpo-db
|
|||
functions for previous uncharacteried genes and alleles.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-human370v1ccrlmm
|
||||
(package
|
||||
(name "r-human370v1ccrlmm")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "human370v1cCrlmm" version
|
||||
'annotation))
|
||||
(sha256
|
||||
(base32 "1fhvgc6phhy8fqrl8bwjyskjl95bwlc08jyrkhsivml3ngbsfdf7"))))
|
||||
(properties `((upstream-name . "human370v1cCrlmm")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/human370v1cCrlmm")
|
||||
(synopsis "Metadata for fast genotyping with the 'crlmm' package")
|
||||
(description
|
||||
"This is a package with metadata for genotyping Illumina 370k arrays
|
||||
using the crlmm package.")
|
||||
(license license:artistic2.0)))
|
||||
|
||||
(define-public r-jaspar2020
|
||||
(package
|
||||
(name "r-jaspar2020")
|
||||
|
|
Loading…
Reference in a new issue