[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
311/323: gnu: Add r-catalyst.
From: |
guix-commits |
Subject: |
311/323: gnu: Add r-catalyst. |
Date: |
Wed, 9 Dec 2020 06:48:00 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 45dfb7516656a977fb8998b535b658062249a4ce
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Dec 4 05:16:13 2020 +0100
gnu: Add r-catalyst.
* gnu/packages/bioconductor.scm (r-catalyst): New variable.
---
gnu/packages/bioconductor.scm | 58 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index e890542..43f3372 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9140,3 +9140,61 @@ variables.To assure a good level of reproducibility a
post-test filter is
available, where we may set the minimum effect size considered biologicaly
relevant, and the minimum expression of the most abundant condition.")
(license license:gpl2)))
+
+(define-public r-catalyst
+ (package
+ (name "r-catalyst")
+ (version "1.14.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "CATALYST" version))
+ (sha256
+ (base32
+ "13af7c4irx1f5yqi32k7kj661vzg32wn3dnps7r9pjijfl4drhrh"))))
+ (properties `((upstream-name . "CATALYST")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-circlize" ,r-circlize)
+ ("r-complexheatmap" ,r-complexheatmap)
+ ("r-consensusclusterplus" ,r-consensusclusterplus)
+ ("r-cowplot" ,r-cowplot)
+ ("r-data-table" ,r-data-table)
+ ("r-dplyr" ,r-dplyr)
+ ("r-drc" ,r-drc)
+ ("r-flowcore" ,r-flowcore)
+ ("r-flowsom" ,r-flowsom)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-ggrepel" ,r-ggrepel)
+ ("r-ggridges" ,r-ggridges)
+ ("r-gridextra" ,r-gridextra)
+ ("r-magrittr" ,r-magrittr)
+ ("r-matrix" ,r-matrix)
+ ("r-matrixstats" ,r-matrixstats)
+ ("r-nnls" ,r-nnls)
+ ("r-purrr" ,r-purrr)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-reshape2" ,r-reshape2)
+ ("r-rtsne" ,r-rtsne)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-scales" ,r-scales)
+ ("r-scater" ,r-scater)
+ ("r-singlecellexperiment" ,r-singlecellexperiment)
+ ("r-summarizedexperiment" ,r-summarizedexperiment)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page
+ "https://github.com/HelenaLC/CATALYST")
+ (synopsis "Cytometry data analysis tools")
+ (description
+ "This package is Cytometry dATa anALYSis Tools (CATALYST). Mass
+cytometry (CyTOF) uses heavy metal isotopes rather than fluorescent tags as
+reporters to label antibodies, thereby substantially decreasing spectral
+overlap and allowing for examination of over 50 parameters at the single cell
+level. While spectral overlap is significantly less pronounced in CyTOF than
+flow cytometry, spillover due to detection sensitivity, isotopic impurities,
+and oxide formation can impede data interpretability. We designed
+CATALYST (Cytometry dATa anALYSis Tools) to provide a pipeline for
+preprocessing of cytometry data, including i) normalization using bead
+standards, ii) single-cell deconvolution, and iii) bead-based compensation.")
+ (license license:gpl2+)))
- 291/323: gnu: r-annaffy: Update to 1.62.0., (continued)
- 291/323: gnu: r-annaffy: Update to 1.62.0., guix-commits, 2020/12/09
- 290/323: gnu: r-sushi: Update to 1.28.0., guix-commits, 2020/12/09
- 271/323: gnu: r-aroma-light: Update to 3.20.0., guix-commits, 2020/12/09
- 289/323: gnu: r-gwascat: Update to 2.22.0., guix-commits, 2020/12/09
- 293/323: gnu: Add r-sparsematrixstats., guix-commits, 2020/12/09
- 295/323: gnu: r-interactionset: Update to 1.18.0., guix-commits, 2020/12/09
- 303/323: gnu: Add r-scuttle., guix-commits, 2020/12/09
- 306/323: gnu: r-biocviews: Update to 1.58.1., guix-commits, 2020/12/09
- 305/323: gnu: r-scran: Update to 1.18.0., guix-commits, 2020/12/09
- 310/323: gnu: r-ggcyto: Update to 1.18.0., guix-commits, 2020/12/09
- 311/323: gnu: Add r-catalyst.,
guix-commits <=
- 316/323: gnu: r-yarn: Update to 1.16.0., guix-commits, 2020/12/09
- 320/323: gnu: r-gqtlstats: Update to 1.21.3., guix-commits, 2020/12/09
- 212/323: gnu: r-ncdfflow: Fix r-rhdf5libs link., guix-commits, 2020/12/09
- 184/323: gnu: r-bioconcotk: Update to 1.10.0., guix-commits, 2020/12/09
- 215/323: gnu: r-deseq2: Update to 1.30.0., guix-commits, 2020/12/09
- 219/323: gnu: r-gseabase: Update to 1.52.0., guix-commits, 2020/12/09
- 232/323: gnu: r-biobase: Update to 2.50.0., guix-commits, 2020/12/09
- 236/323: gnu: r-biostrings: Update to 2.58.0., guix-commits, 2020/12/09
- 239/323: gnu: r-variantannotation: Update to 1.36.0., guix-commits, 2020/12/09
- 249/323: gnu: r-zlibbioc: Update to 1.36.0., guix-commits, 2020/12/09