guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/47: gnu: Add r-abc-rap.


From: guix-commits
Subject: 09/47: gnu: Add r-abc-rap.
Date: Fri, 13 Dec 2019 16:42:15 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8fed766a7d3988ec39861c546507b945da9c84d9
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 16:38:43 2019 +0100

    gnu: Add r-abc-rap.
    
    * gnu/packages/cran.scm (r-abc-rap): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d06d1d2..8916e50 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16229,3 +16229,24 @@ and understanding in statistics.  The current version 
includes properties of
 normal distribution, properties of sampling distribution, one-sample z and t
 tests, two samples independent (unpaired) t test and analysis of variance.")
     (license license:gpl3)))
+
+(define-public r-abc-rap
+  (package
+    (name "r-abc-rap")
+    (version "0.9.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ABC.RAP" version))
+       (sha256
+        (base32
+         "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
+    (properties `((upstream-name . "ABC.RAP")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/ABC.RAP/";)
+    (synopsis "Array-based CpG region analysis pipeline")
+    (description
+     "This package aims to identify candidate genes that are differentially
+methylated between cases and controls.  It applies Student's t-test and delta
+beta analysis to identify candidate genes containing multiple CpG sites.")
+    (license license:gpl3)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]