[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/265: gnu: Add r-flowviz.
From: |
guix-commits |
Subject: |
13/265: gnu: Add r-flowviz. |
Date: |
Sun, 15 Dec 2019 09:39:54 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 0dd4b7d73278ca0b90b2b74f8e64eb86fbb69d69
Author: Ricardo Wurmus <address@hidden>
Date: Sun Dec 15 14:24:25 2019 +0100
gnu: Add r-flowviz.
* gnu/packages/bioconductor.scm (r-flowviz): New variable.
---
gnu/packages/bioconductor.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 65ce365..cbb79da 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5405,6 +5405,35 @@ and some custom layers also make it easy to add gates
and population
statistics to the plot.")
(license license:artistic2.0)))
+(define-public r-flowviz
+ (package
+ (name "r-flowviz")
+ (version "1.50.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "flowViz" version))
+ (sha256
+ (base32
+ "0ik16bxcfcg3q26ra3055718kskid64aaazcbqsxalca9ppdm4k7"))))
+ (properties `((upstream-name . "flowViz")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biobase" ,r-biobase)
+ ("r-flowcore" ,r-flowcore)
+ ("r-hexbin" ,r-hexbin)
+ ("r-idpmisc" ,r-idpmisc)
+ ("r-kernsmooth" ,r-kernsmooth)
+ ("r-lattice" ,r-lattice)
+ ("r-latticeextra" ,r-latticeextra)
+ ("r-mass" ,r-mass)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)))
+ (home-page "https://bioconductor.org/packages/flowViz/")
+ (synopsis "Visualization for flow cytometry")
+ (description
+ "This package provides visualization tools for flow cytometry data.")
+ (license license:artistic2.0)))
+
(define-public r-flowsom
(package
(name "r-flowsom")
- 01/265: gnu: Add r-idpmisc., (continued)
- 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, 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 <=
- 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
- 27/265: gnu: r-annotate: Update to 1.64.0., guix-commits, 2019/12/15
- 29/265: gnu: r-regioner: Update to 1.18.0., guix-commits, 2019/12/15
- 34/265: gnu: r-qvalue: Update to 2.18.0., guix-commits, 2019/12/15