diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-09-11 20:08:42 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-09-11 21:58:58 +0200 |
commit | 496a52dc410e287aa2bd03e962fdc110cfb2a1cc (patch) | |
tree | 829d12234ce31a7f73dc3c19c43cef7360c56b10 /gnu/packages/bioinformatics.scm | |
parent | c23ff34423bec6982d59cddd295018ae5f4c68b2 (diff) |
gnu: r-qtl: Move to (gnu packages cran).
* gnu/packages/bioinformatics.scm (r-qtl): Move from here...
* gnu/packages/cran.scm (r-qtl): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index cab3df222c..ae728f09dc 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8510,31 +8510,6 @@ Stephens (1990).") throughput genetic sequencing data sets using regression methods.") (license license:artistic2.0))) -(define-public r-qtl - (package - (name "r-qtl") - (version "1.46-2") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://cran/src/contrib/qtl_" - version ".tar.gz")) - (sha256 - (base32 - "0rbwcnvyy96gq1dsgpxx03pv423qya26h6ws5y0blj3blfdmj83a")))) - (build-system r-build-system) - (home-page "https://rqtl.org/") - (synopsis "R package for analyzing QTL experiments in genetics") - (description "R/qtl is an extension library for the R statistics -system. It is used to analyze experimental crosses for identifying -genes contributing to variation in quantitative traits (so-called -quantitative trait loci, QTLs). - -Using a hidden Markov model, R/qtl estimates genetic maps, to -identify genotyping errors, and to perform single-QTL and two-QTL, -two-dimensional genome scans.") - (license license:gpl3))) - (define-public r-qtl2 (package (name "r-qtl2") |