guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: Add r-rots.


From: Ricardo Wurmus
Subject: 10/10: gnu: Add r-rots.
Date: Thu, 5 Jul 2018 09:09:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit aa388dc7b9ac5a0836507b24cde377762d64c759
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jul 4 17:45:27 2018 +0200

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

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 611fd99..dfb0fe6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -778,3 +778,27 @@ HTML page.  The interactions are built on top of the 
popular static
 representations of analysis results in order to provide additional
 information.")
     (license license:lgpl3)))
+
+(define-public r-rots
+  (package
+    (name "r-rots")
+    (version "1.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "ROTS" version))
+       (sha256
+        (base32
+         "12jvdqanyk86ihpcylp105zip22y0gkbksmyxy00q7iad0jhaqp3"))))
+    (properties `((upstream-name . "ROTS")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-biobase" ,r-biobase)
+       ("r-rcpp" ,r-rcpp)))
+    (home-page "https://bioconductor.org/packages/ROTS/";)
+    (synopsis "Reproducibility-Optimized Test Statistic")
+    (description
+     "This package provides tools for calculating the
address@hidden Test Statistic} (ROTS) for differential testing
+in omics data.")
+    (license license:gpl2+)))



reply via email to

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