[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add r-affyrnadegradation.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add r-affyrnadegradation. |
Date: |
Wed, 27 Apr 2022 10:19:54 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new be2ead3073 gnu: Add r-affyrnadegradation.
be2ead3073 is described below
commit be2ead307371ae03d0b56652fc40bec11869b8a1
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Wed Apr 27 12:56:14 2022 +0200
gnu: Add r-affyrnadegradation.
* gnu/packages/bioconductor.scm (r-affyrnadegradation): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index bbbe649320..088d50f7f5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1769,6 +1769,31 @@ impute GReX can be trained with a training dataset where
the real total
expression values are known.")
(license license:gpl3)))
+(define-public r-affyrnadegradation
+ (package
+ (name "r-affyrnadegradation")
+ (version "1.40.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "AffyRNADegradation" version))
+ (sha256
+ (base32
+ "00hzr62xn1i1w4g8krsxhivzwn8hd7hwhkdxyrpz6cs9vgr4x9kd"))))
+ (properties `((upstream-name . "AffyRNADegradation")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-affy))
+ (home-page "https://bioconductor.org/packages/AffyRNADegradation")
+ (synopsis
+ "Analyze and correct probe positional bias in data due to RNA
degradation")
+ (description
+ "The @code{AffyRNADegradation} package helps with the assessment and
+correction of RNA degradation effects in Affymetrix 3 expression arrays. The
+parameter @code{d} gives a robust and accurate measure of RNA integrity. The
+correction removes the probe positional bias, and thus improves comparability
+of samples that are affected by RNA degradation.")
+ ;; the R file header specifies GPL2 or later
+ (license license:gpl2+)))
+
(define-public r-aneufinder
(package
(name "r-aneufinder")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add r-affyrnadegradation.,
guix-commits <=