diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-12-30 10:53:39 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-12-30 10:53:39 +0200 |
commit | ccb402d9db0ee1c37866fa1382841183b48f3a2a (patch) | |
tree | f35acb2d45879903f36ff1a595609b8b84cb3691 /gnu/packages/cran.scm | |
parent | 78cf7a4571081ff9c9e4ab678bf67368de1add59 (diff) | |
parent | 4303e33c8636d9c3bfe03758f25636efa9674af9 (diff) | |
download | guix-ccb402d9db0ee1c37866fa1382841183b48f3a2a.tar.gz |
Merge remote-tracking branch 'origin/master' into staging
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 10212e2a68..0483af3d6b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14718,32 +14718,6 @@ effects. It is applicable to backcrosses, doubled haploids, recombinant inbred lines, F2 intercrosses, and association mapping populations.") (license license:gpl2))) -(define-public r-ldheatmap - (package - (name "r-ldheatmap") - (version "1.0-4") - (source - (origin - (method url-fetch) - (uri (cran-uri "LDheatmap" version)) - (sha256 - (base32 - "1jp578cf29qcgx95w10lpymlwx2pgjsf0nypwkl9b8g635gkisq7")))) - (properties `((upstream-name . "LDheatmap"))) - (build-system r-build-system) - (propagated-inputs - `(("r-genetics" ,r-genetics) - ("r-rcpp" ,r-rcpp) - ("r-snpstats" ,r-snpstats))) - (home-page "https://stat.sfu.ca/statgen/research/ldheatmap.html") - (synopsis "Graphical display of pairwise linkage disequilibria between SNPs") - (description - "This package provides tools to produce a graphical display, as a heat -map, of measures of pairwise linkage disequilibria between SNPs. Users may -optionally include the physical locations or genetic map distances of each SNP -on the plot.") - (license license:gpl3))) - (define-public r-hwde (package (name "r-hwde") |