mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-human370v1ccrlmm.
* gnu/packages/bioconductor.scm (r-human370v1ccrlmm): New variable. Change-Id: I46b8f5aa896fb1357cfe0329bbd6e25d7fd9db9c
This commit is contained in:
parent
11a2385e7c
commit
dc0649af27
1 changed files with 20 additions and 0 deletions
|
@ -272,6 +272,26 @@ descriptions can discover new relationships between genes and disease, and new
|
||||||
functions for previous uncharacteried genes and alleles.")
|
functions for previous uncharacteried genes and alleles.")
|
||||||
(license license:artistic2.0)))
|
(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
|
(define-public r-jaspar2020
|
||||||
(package
|
(package
|
||||||
(name "r-jaspar2020")
|
(name "r-jaspar2020")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue