[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/265: gnu: Add r-flowworkspace.
From: |
guix-commits |
Subject: |
16/265: gnu: Add r-flowworkspace. |
Date: |
Sun, 15 Dec 2019 09:39:55 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 82c1111745828a9595f129360198229f1a108263
Author: Ricardo Wurmus <address@hidden>
Date: Sun Dec 15 14:25:11 2019 +0100
gnu: Add r-flowworkspace.
* gnu/packages/bioconductor.scm (r-flowworkspace): New variable.
---
gnu/packages/bioconductor.scm | 48 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8d0861a..babb553 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5501,6 +5501,54 @@ model with Box-Cox transformation.")
for other R packages to compile and link against.")
(license license:bsd-3)))
+(define-public r-flowworkspace
+ (package
+ (name "r-flowworkspace")
+ (version "3.34.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "flowWorkspace" version))
+ (sha256
+ (base32
+ "0hvbkxyylsygra31l1lxyvbsr5hc50lqy1y7gwrfgrfil4a2m762"))))
+ (properties `((upstream-name . "flowWorkspace")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-bh" ,r-bh)
+ ("r-biobase" ,r-biobase)
+ ("r-biocgenerics" ,r-biocgenerics)
+ ("r-cytolib" ,r-cytolib)
+ ("r-data-table" ,r-data-table)
+ ("r-digest" ,r-digest)
+ ("r-dplyr" ,r-dplyr)
+ ("r-flowcore" ,r-flowcore)
+ ("r-flowviz" ,r-flowviz)
+ ("r-graph" ,r-graph)
+ ("r-gridextra" ,r-gridextra)
+ ("r-lattice" ,r-lattice)
+ ("r-latticeextra" ,r-latticeextra)
+ ("r-matrixstats" ,r-matrixstats)
+ ("r-ncdfflow" ,r-ncdfflow)
+ ("r-rbgl" ,r-rbgl)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-rcpp" ,r-rcpp)
+ ("r-rcppparallel" ,r-rcppparallel)
+ ("r-rgraphviz" ,r-rgraphviz)
+ ("r-rprotobuflib" ,r-rprotobuflib)
+ ("r-scales" ,r-scales)
+ ("r-stringr" ,r-stringr)))
+ (home-page "https://bioconductor.org/packages/flowWorkspace/")
+ (synopsis "Infrastructure for working with cytometry data")
+ (description
+ "This package is designed to facilitate comparison of automated gating
+methods against manual gating done in flowJo. This package allows you to
+import basic flowJo workspaces into BioConductor and replicate the gating from
+flowJo using the @code{flowCore} functionality. Gating hierarchies, groups of
+samples, compensation, and transformation are performed so that the output
+matches the flowJo analysis.")
+ (license license:artistic2.0)))
+
(define-public r-flowsom
(package
(name "r-flowsom")
- 66/265: gnu: r-lpsymphony: Update to 1.14.0., (continued)
- 66/265: gnu: r-lpsymphony: Update to 1.14.0., guix-commits, 2019/12/15
- 73/265: gnu: r-scone: Update to 1.10.0., guix-commits, 2019/12/15
- 78/265: gnu: r-sva: Update to 3.34.0., guix-commits, 2019/12/15
- 76/265: gnu: r-mzr: Update to 2.20.0., guix-commits, 2019/12/15
- 89/265: gnu: r-scater: Update to 1.14.5., guix-commits, 2019/12/15
- 82/265: gnu: r-copywriter: Update to 2.18.0., guix-commits, 2019/12/15
- 102/265: gnu: r-erma: Update to 1.2.0., guix-commits, 2019/12/15
- 98/265: gnu: r-gviz: Update to 1.30.0., guix-commits, 2019/12/15
- 100/265: gnu: r-ldblock: Update to 1.16.0., guix-commits, 2019/12/15
- 83/265: gnu: r-chipseq: Update to 1.36.0., guix-commits, 2019/12/15
- 16/265: gnu: Add r-flowworkspace.,
guix-commits <=
- 99/265: gnu: r-gqtlstats: Update to 1.18.0., guix-commits, 2019/12/15
- 93/265: gnu: r-hdf5array: Update to 1.14.1., guix-commits, 2019/12/15
- 105/265: gnu: r-biovizbase: Update to 1.34.1., guix-commits, 2019/12/15
- 86/265: gnu: r-mzid: Update to 1.24.0., guix-commits, 2019/12/15
- 97/265: gnu: r-sushi: Update to 1.24.0., guix-commits, 2019/12/15
- 95/265: gnu: r-hitc: Update to 1.30.0., guix-commits, 2019/12/15
- 103/265: gnu: r-gqtlbase: Update to 1.18.0., guix-commits, 2019/12/15
- 104/265: gnu: r-ggbio: Update to 1.34.0., guix-commits, 2019/12/15
- 91/265: gnu: r-beachmat: Update to 2.2.1., guix-commits, 2019/12/15
- 108/265: gnu: r-dirichletmultinomial: Update to 1.28.0., guix-commits, 2019/12/15