mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-rnbeads.
* gnu/packages/bioconductor.scm (r-rnbeads): New variable. Change-Id: I78b248a449473fc37ac414295faa6e61269b8625 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
4c17016019
commit
58786c82df
1 changed files with 36 additions and 0 deletions
|
@ -8169,6 +8169,42 @@ nucleotide sequence analysis. The package is primarily useful to developers
|
||||||
of other R packages who wish to make use of HTSlib.")
|
of other R packages who wish to make use of HTSlib.")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
|
(define-public r-rnbeads
|
||||||
|
(package
|
||||||
|
(name "r-rnbeads")
|
||||||
|
(version "2.20.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "RnBeads" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "15z7l4nmpy01xm19717l27nwf3rfsn6wjv211fn2y4ls40mz75qp"))))
|
||||||
|
(properties `((upstream-name . "RnBeads")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list r-biocgenerics
|
||||||
|
r-cluster
|
||||||
|
r-ff
|
||||||
|
r-fields
|
||||||
|
r-genomicranges
|
||||||
|
r-ggplot2
|
||||||
|
r-gplots
|
||||||
|
r-gridextra
|
||||||
|
r-illuminaio
|
||||||
|
r-iranges
|
||||||
|
r-limma
|
||||||
|
r-mass
|
||||||
|
r-matrixstats
|
||||||
|
r-methylumi
|
||||||
|
r-plyr
|
||||||
|
r-s4vectors))
|
||||||
|
(home-page "https://bioconductor.org/packages/RnBeads")
|
||||||
|
(synopsis "RnBeads")
|
||||||
|
(description
|
||||||
|
"@code{RnBeads} facilitates comprehensive analysis of various types of DNA
|
||||||
|
methylation data at the genome scale.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public r-impute
|
(define-public r-impute
|
||||||
(package
|
(package
|
||||||
(name "r-impute")
|
(name "r-impute")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue