guix-commits
[Top][All Lists]
Advanced

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

34/36: gnu: Add impute.


From: Ricardo Wurmus
Subject: 34/36: gnu: Add impute.
Date: Thu, 07 Jan 2016 16:19:17 +0000

rekado pushed a commit to branch master
in repository guix.

commit c43a011de3c0155b4ccf3b02505fbce86d01b22e
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 23 17:34:27 2015 +0100

    gnu: Add impute.
    
    * gnu/packages/bioinformatics.scm (r-impute): New variable.
---
 gnu/packages/bioinformatics.scm |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8c2351d..9224abd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3866,6 +3866,26 @@ dependencies between GO terms can be implemented and 
applied.")
 genome data packages and support for efficient SNP representation.")
     (license license:artistic2.0)))
 
+(define-public r-impute
+  (package
+    (name "r-impute")
+    (version "1.44.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "impute" version))
+              (sha256
+               (base32
+                "0y4x5jk7gsf4xn56jrkdcdnxpcfll4h6ivncd7n4snmzixldvmvw"))))
+    (inputs
+     `(("gfortran" ,gfortran)))
+    (build-system r-build-system)
+    (home-page "http://bioconductor.org/packages/impute";)
+    (synopsis "Imputation for microarray data")
+    (description
+     "This package provides a function to impute missing gene expression
+microarray data, using nearest neighbor averaging.")
+    (license license:gpl2+)))
+
 (define-public r-qtl
  (package
   (name "r-qtl")



reply via email to

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