guix-commits
[Top][All Lists]
Advanced

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

14/47: gnu: Add r-abemus.


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

rekado pushed a commit to branch master
in repository guix.

commit 3e33377767b9b2cd3a37724cae364c317698317d
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 16:47:10 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6432af9..21a51a6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16350,3 +16350,28 @@ cost-sensitive binary classification.  The 
bias-correction is an estimate of
 the bias term added to regularized discriminant analysis that minimizes the
 overall risk.")
     (license license:gpl3)))
+
+(define-public r-abemus
+  (package
+    (name "r-abemus")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abemus" version))
+       (sha256
+        (base32
+         "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
+    (properties `((upstream-name . "abemus")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-data-table" ,r-data-table)))
+    (home-page "https://cran.r-project.org/web/packages/abemus/";)
+    (synopsis "Adaptive base error model in ultra-deep sequencing data")
+    (description
+     "This package provides an implementation of @dfn{Adaptive Base Error
+Model in Ultra-deep Sequencing data} (ABEMUS), which combines
+platform-specific genetic knowledge and empirical signal to readily detect and
+quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
+cell free DNA} (cfDNA).")
+    (license license:gpl3)))



reply via email to

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