guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: Add r-preseqr.


From: guix-commits
Subject: 02/07: gnu: Add r-preseqr.
Date: Fri, 29 Mar 2019 12:13:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c54ab337bcda46f4f9b0c9b4798a853e4d5a85b9
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 29 14:58:44 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6a8fda0..0d49875 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13769,3 +13769,29 @@ function for computing a matrix of correlation 
p-values.")
 document to a grid-oriented dashboard.  The dashboard flexibly adapts the size
 of its components to the containing web page.")
     (license license:expat)))
+
+(define-public r-preseqr
+  (package
+    (name "r-preseqr")
+    (version "4.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "preseqR" version))
+       (sha256
+        (base32
+         "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
+    (properties `((upstream-name . "preseqR")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-polynom" ,r-polynom)))
+    (home-page "https://cran.r-project.org/web/packages/preseqR/";)
+    (synopsis "Predicting species accumulation curves")
+    (description
+     "This package can be used to predict the r-species accumulation
+curve (r-SAC), which is the number of species represented at least r times as
+a function of the sampling effort.  When r = 1, the curve is known as the
+species accumulation curve, or the library complexity curve in high-throughput
+genomic sequencing.  The package includes both parametric and nonparametric
+methods, as described by Deng C, et al. (2018).")
+    (license license:gpl3)))



reply via email to

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