mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add r-arrmnormalization.
* gnu/packages/bioconductor.scm (r-arrmnormalization): New variable.
This commit is contained in:
parent
b50c966087
commit
307586c1e3
1 changed files with 23 additions and 0 deletions
|
@ -4248,3 +4248,26 @@ (define-public r-progeny
|
|||
\"Perturbation-response genes reveal signaling footprints in cancer gene
|
||||
expression\".")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-arrmnormalization
|
||||
(package
|
||||
(name "r-arrmnormalization")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ARRmNormalization" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09wfd4vqfvmkpqn9dwqly1dz4h1ckh621jbwj1dab6q4z0dfmzmd"))))
|
||||
(properties
|
||||
`((upstream-name . "ARRmNormalization")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-arrmdata" ,r-arrmdata)))
|
||||
(home-page "https://bioconductor.org/packages/ARRmNormalization/")
|
||||
(synopsis "Adaptive robust regression normalization for methylation data")
|
||||
(description
|
||||
"This is a package to perform the @dfn{Adaptive Robust Regression
|
||||
method} (ARRm) for the normalization of methylation data from the Illumina
|
||||
Infinium HumanMethylation 450k assay.")
|
||||
(license license:artistic2.0)))
|
||||
|
|
Loading…
Reference in a new issue