gnu: Add r-rnbeads-hg19.

* gnu/packages/bioconductor.scm (r-rnbeads-hg19): New variable.

Change-Id: I48ad7e0e3831edc280b8241b3d525fb73f95805f
This commit is contained in:
Ricardo Wurmus 2024-11-29 11:52:44 +01:00
parent 22dcd7270f
commit d09ff90cb6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3221,6 +3221,27 @@ (define-public r-rnaseqdata-hnrnpc-bam-chr14
al., 2012) and to the FASTQ files.")
(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
(package
(name "r-rtcga-rnaseq")