[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/265: gnu: Add r-ggcyto.
From: |
guix-commits |
Subject: |
08/265: gnu: Add r-ggcyto. |
Date: |
Sun, 15 Dec 2019 09:39:53 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit f5f440312d848e12463f0c6f7510a86b623a9e27
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 16:38:34 2019 +0100
gnu: Add r-ggcyto.
* gnu/packages/bioconductor.scm (r-ggcyto): New variable.
---
gnu/packages/bioconductor.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1488252..65ce365 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5371,6 +5371,40 @@ change point detection.")
manipulation of flow cytometry data.")
(license license:artistic2.0)))
+(define-public r-ggcyto
+ (package
+ (name "r-ggcyto")
+ (version "1.14.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "ggcyto" version))
+ (sha256
+ (base32
+ "165qszvy5z176h1l3dnjb5dcm279b6bjl5n5gzz8wfn4xpn8anc8"))))
+ (properties `((upstream-name . "ggcyto")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-data-table" ,r-data-table)
+ ("r-flowcore" ,r-flowcore)
+ ("r-flowworkspace" ,r-flowworkspace)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-gridextra" ,r-gridextra)
+ ("r-ncdfflow" ,r-ncdfflow)
+ ("r-plyr" ,r-plyr)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-rlang" ,r-rlang)
+ ("r-scales" ,r-scales)))
+ (home-page "https://github.com/RGLab/ggcyto/issues")
+ (synopsis "Visualize Cytometry data with ggplot")
+ (description
+ "With the dedicated fortify method implemented for @code{flowSet},
+@code{ncdfFlowSet} and @code{GatingSet} classes, both raw and gated flow
+cytometry data can be plotted directly with ggplot. The @code{ggcyto} wrapper
+and some custom layers also make it easy to add gates and population
+statistics to the plot.")
+ (license license:artistic2.0)))
+
(define-public r-flowsom
(package
(name "r-flowsom")
- 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, 2019/12/15
- 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 <=
- 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
- 18/265: gnu: Add r-opencyto., guix-commits, 2019/12/15
- 23/265: gnu: r-affycompatible: Update to 1.46.0., guix-commits, 2019/12/15
- 15/265: gnu: Add r-rprotobuflib., guix-commits, 2019/12/15
- 20/265: gnu: r-depecher: Update to 1.2.0., guix-commits, 2019/12/15
- 24/265: gnu: r-affycontam: Update to 1.44.0., guix-commits, 2019/12/15
- 25/265: gnu: r-affycoretools: Update to 1.58.2., guix-commits, 2019/12/15