Skip to content
Snippets Groups Projects
Commit c43a011d authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: Add impute.

* gnu/packages/bioinformatics.scm (r-impute): New variable.
parent c63cef66
No related branches found
No related tags found
No related merge requests found
......@@ -3866,6 +3866,26 @@ (define-public r-bsgenome
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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment