guix-commits
[Top][All Lists]
Advanced

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

06/80: gnu: Add r-gaston.


From: guix-commits
Subject: 06/80: gnu: Add r-gaston.
Date: Wed, 12 Aug 2020 07:57:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 06d6de773baa1a167724e5519bdd2a4a3a1ca867
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 12 11:54:09 2020 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8f88805..e62ce5f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22857,3 +22857,31 @@ and contains over 2000 functions for plotting spatial 
data, exploratory data
 analysis, model-fitting, simulation, spatial sampling, model diagnostics, and
 formal inference.")
     (license license:gpl2+)))
+
+(define-public r-gaston
+  (package
+    (name "r-gaston")
+    (version "1.5.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gaston" version))
+       (sha256
+        (base32
+         "1bx6iqfjb9lf3vn0z7v8wjv9m7issvqsnymm4qsgl3622s6qz6rg"))))
+    (properties `((upstream-name . "gaston")))
+    (build-system r-build-system)
+    (inputs `(("zlib" ,zlib)))
+    (propagated-inputs
+     `(("r-rcpp" ,r-rcpp)
+       ("r-rcppeigen" ,r-rcppeigen)
+       ("r-rcppparallel" ,r-rcppparallel)))
+    (native-inputs `(("r-knitr" ,r-knitr)))
+    (home-page "https://cran.r-project.org/web/packages/gaston/";)
+    (synopsis "Genetic data handling (QC, GRM, LD, PCA) and linear mixed 
models")
+    (description
+     "This is a package for the manipulation of genetic data (SNPs).
+Computation of @dfn{genetic relationship matrix} (GRM) and dominance matrix,
+@dfn{linkage disequilibrium} (LD), and heritability with efficient algorithms
+for linear mixed models (AIREML).")
+    (license license:gpl3)))



reply via email to

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