[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/13: gnu: Add r-cmplot.
From: |
guix-commits |
Subject: |
02/13: gnu: Add r-cmplot. |
Date: |
Tue, 7 Sep 2021 08:11:47 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 987d0587dfa66b8e147fbde555d316ed2268a179
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 7 12:48:23 2021 +0200
gnu: Add r-cmplot.
* gnu/packages/cran.scm (r-cmplot): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9319f97..455a42a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9417,6 +9417,31 @@ maximal. Both functions have the same interface as the
@code{prcomp} function
from the @code{stats} package (plus some extra parameters).")
(license license:gpl2+)))
+(define-public r-cmplot
+ (package
+ (name "r-cmplot")
+ (version "3.6.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "CMplot" version))
+ (sha256
+ (base32
+ "13y05j5gsdc712fn7yvcz5nx2pbcdvl201hfb6jzpvl86qx2l0j1"))))
+ (properties `((upstream-name . "CMplot")))
+ (build-system r-build-system)
+ (home-page "https://github.com/YinLiLin/CMplot")
+ (synopsis "Circle Manhattan plot")
+ (description
+ "Circle Manhattan Plot is an R package that can lay out genome-wide
+association study P-value results in both traditional rectangular patterns,
+QQ-plot and novel circular ones. United in only one bull's eye style plot,
+association results from multiple traits can be compared interactively,
+thereby to reveal both similarities and differences between signals.
+Additional functions include: highlight signals, a group of SNPs, chromosome
+visualization and candidate genes around SNPs.")
+ (license license:gpl2+)))
+
(define-public r-abcoptim
(package
(name "r-abcoptim")
- branch master updated (aed1504 -> 83f020c), guix-commits, 2021/09/07
- 05/13: gnu: Add r-intergraph., guix-commits, 2021/09/07
- 01/13: gnu: Add r-nsprcomp., guix-commits, 2021/09/07
- 04/13: gnu: Add r-netrep., guix-commits, 2021/09/07
- 02/13: gnu: Add r-cmplot.,
guix-commits <=
- 03/13: gnu: Add r-precrec., guix-commits, 2021/09/07
- 08/13: gnu: Add r-gam., guix-commits, 2021/09/07
- 09/13: gnu: Add r-superlearner., guix-commits, 2021/09/07
- 06/13: gnu: Add r-ggnetwork., guix-commits, 2021/09/07
- 07/13: gnu: Add r-cvauc., guix-commits, 2021/09/07
- 10/13: gnu: Add r-drtmle., guix-commits, 2021/09/07
- 12/13: gnu: Add r-superheat., guix-commits, 2021/09/07
- 11/13: gnu: Add r-dofuture., guix-commits, 2021/09/07
- 13/13: gnu: Add r-qualv., guix-commits, 2021/09/07