[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/265: gnu: Add r-qqman.
From: |
guix-commits |
Subject: |
03/265: gnu: Add r-qqman. |
Date: |
Sun, 15 Dec 2019 09:39:52 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit eb15df8deab4f8a1560389dc41dc51c7270779d8
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 16:36:05 2019 +0100
gnu: Add r-qqman.
* gnu/packages/cran.scm (r-qqman): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b12d984..c9dfafa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18684,3 +18684,25 @@ vectors, which include NAs. Other functions are
especially useful in
spectroscopy and analyses of environmental data: robust baseline fitting,
finding peaks in spectra, converting humidity measures.")
(license license:gpl3+)))
+
+(define-public r-qqman
+ (package
+ (name "r-qqman")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "qqman" version))
+ (sha256
+ (base32
+ "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
+ (properties `((upstream-name . "qqman")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-calibrate" ,r-calibrate)))
+ (home-page "https://cran.r-project.org/web/packages/qqman/")
+ (synopsis "Q-Q and Manhattan plots for GWAS data")
+ (description
+ "This package allows you to create Q-Q and Manhattan plots for GWAS data
+from PLINK results.")
+ (license license:gpl3)))
- branch master updated (58c3a4f -> 6e10ac0), guix-commits, 2019/12/15
- 01/265: gnu: Add r-idpmisc., guix-commits, 2019/12/15
- 03/265: gnu: Add r-qqman.,
guix-commits <=
- 04/265: gnu: Add r-biocversion., guix-commits, 2019/12/15
- 06/265: gnu: Add r-cytolib., guix-commits, 2019/12/15
- 02/265: guix: Upgrade to Bioconductor 3.10., guix-commits, 2019/12/15
- 05/265: gnu: Add r-multidataset., guix-commits, 2019/12/15
- 07/265: gnu: Add r-ncdfflow., guix-commits, 2019/12/15
- 08/265: gnu: Add r-ggcyto., guix-commits, 2019/12/15
- 09/265: gnu: Add r-ggplot-multistats., guix-commits, 2019/12/15
- 10/265: gnu: Add r-knn-covertree., guix-commits, 2019/12/15
- 13/265: gnu: Add r-flowviz., guix-commits, 2019/12/15
- 12/265: gnu: r-rgraphviz: Update to 2.30.0., guix-commits, 2019/12/15