mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add r-rnbeads-hg19.
* gnu/packages/bioconductor.scm (r-rnbeads-hg19): New variable. Change-Id: I48ad7e0e3831edc280b8241b3d525fb73f95805f
This commit is contained in:
parent
2caea483c4
commit
399342bf6c
1 changed files with 21 additions and 0 deletions
|
@ -3221,6 +3221,27 @@ (define-public r-rnaseqdata-hnrnpc-bam-chr14
|
||||||
al., 2012) and to the FASTQ files.")
|
al., 2012) and to the FASTQ files.")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
|
(define-public r-rnbeads-hg19
|
||||||
|
(package
|
||||||
|
(name "r-rnbeads-hg19")
|
||||||
|
(version "1.38.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "RnBeads.hg19" version
|
||||||
|
'experiment))
|
||||||
|
(sha256
|
||||||
|
(base32 "0hvsf3nvyl72rqrwvx54vpca1c445vfchz9h74kd90fgh8crydcm"))))
|
||||||
|
(properties `((upstream-name . "RnBeads.hg19")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-genomicranges))
|
||||||
|
(home-page "https://bioconductor.org/packages/RnBeads.hg19")
|
||||||
|
(synopsis "RnBeads annotation package for hg19 assembly")
|
||||||
|
(description
|
||||||
|
"This package is an automatically generated @code{RnBeads} annotation
|
||||||
|
package for the assembly hg19.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-rtcga-rnaseq
|
(define-public r-rtcga-rnaseq
|
||||||
(package
|
(package
|
||||||
(name "r-rtcga-rnaseq")
|
(name "r-rtcga-rnaseq")
|
||||||
|
|
Loading…
Reference in a new issue