[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/265: gnu: Add r-opencyto.
From: |
guix-commits |
Subject: |
18/265: gnu: Add r-opencyto. |
Date: |
Sun, 15 Dec 2019 09:39:55 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6aedc805146986e6fe8c8191fcf321b8fbe555ca
Author: Ricardo Wurmus <address@hidden>
Date: Sun Dec 15 14:25:45 2019 +0100
gnu: Add r-opencyto.
* gnu/packages/bioconductor.scm (r-opencyto): New variable.
---
gnu/packages/bioconductor.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index d5eca99..56d32ed 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5585,6 +5585,48 @@ that is beyond the basic infrastructure provided by the
@code{flowCore}
package.")
(license license:artistic2.0)))
+(define-public r-opencyto
+ (package
+ (name "r-opencyto")
+ (version "1.24.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "openCyto" version))
+ (sha256
+ (base32
+ "0h25nhvq1zq624wsgb55wjcgri9rcd2fnqkb31h9jdakr01dw2sb"))))
+ (properties `((upstream-name . "openCyto")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biobase" ,r-biobase)
+ ("r-biocgenerics" ,r-biocgenerics)
+ ("r-clue" ,r-clue)
+ ("r-data-table" ,r-data-table)
+ ("r-flowclust" ,r-flowclust)
+ ("r-flowcore" ,r-flowcore)
+ ("r-flowstats" ,r-flowstats)
+ ("r-flowviz" ,r-flowviz)
+ ("r-flowworkspace" ,r-flowworkspace)
+ ("r-graph" ,r-graph)
+ ("r-gtools" ,r-gtools)
+ ("r-ks" ,r-ks)
+ ("r-lattice" ,r-lattice)
+ ("r-mass" ,r-mass)
+ ("r-ncdfflow" ,r-ncdfflow)
+ ("r-plyr" ,r-plyr)
+ ("r-r-utils" ,r-r-utils)
+ ("r-rbgl" ,r-rbgl)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rrcov" ,r-rrcov)))
+ (home-page "https://bioconductor.org/packages/openCyto")
+ (synopsis "Hierarchical gating pipeline for flow cytometry data")
+ (description
+ "This package is designed to facilitate the automated gating methods in a
+sequential way to mimic the manual gating strategy.")
+ (license license:artistic2.0)))
+
(define-public r-flowsom
(package
(name "r-flowsom")
- 04/265: gnu: Add r-biocversion., (continued)
- 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
- 18/265: gnu: Add r-opencyto.,
guix-commits <=
- 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
- 33/265: gnu: r-oligo: Update to 1.50.0., guix-commits, 2019/12/15
- 35/265: gnu: r-diffbind: Update to 2.14.0., guix-commits, 2019/12/15