all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55144] [PATCH] gnu: Add r-affyrnadegradation.
@ 2022-04-27 10:56 Mădălin Ionel Patrașcu
  2022-04-27 14:21 ` bug#55144: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-04-27 10:56 UTC (permalink / raw)
  To: 55144; +Cc: rekado

* gnu/packages/bioconductor.scm (r-affyrnadegradation): New variable.
---
 gnu/packages/bioconductor.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 67ee6079c6..82aaf547a7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1664,6 +1664,31 @@ (define-public r-adamgui
 the @code{GFAGpathUi} function.")
     (license license:gpl2+)))
 
+(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")

base-commit: 4fb6ef6636acd7608889639c1b2e492517256f76
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55144: [PATCH] gnu: Add r-affyrnadegradation.
  2022-04-27 10:56 [bug#55144] [PATCH] gnu: Add r-affyrnadegradation Mădălin Ionel Patrașcu
@ 2022-04-27 14:21 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-04-27 14:21 UTC (permalink / raw)
  To: Mădălin Ionel Patrașcu; +Cc: 55144-done


Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> writes:

> * gnu/packages/bioconductor.scm (r-affyrnadegradation): New variable.

Applied, thanks!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-27 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 10:56 [bug#55144] [PATCH] gnu: Add r-affyrnadegradation Mădălin Ionel Patrașcu
2022-04-27 14:21 ` bug#55144: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.