* gnu/packages/bioconductor.scm (r-catalyst): Update to 1.18.1.
[description]: Add Texinfo markups and clarify a sentence.
gnu/packages/bioconductor.scm | 31 +++++++++++++++++++------------
1 file changed, 19 insertions(+), 12 deletions(-)
Toggle diff (57 lines)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 803437a033..d57a09f39d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13786,14 +13786,14 @@ (define-public r-msmstests
(define-public r-catalyst
(uri (bioconductor-uri "CATALYST" version))
- "15lah45lf16zh1ankbpjvz8zp38lldvq074nmvb99rhhqys2gbgi"))))
+ "0dvcs7nz1yawcrsf9lqiwdcrvjmbs8ajrmvj0ji4qq2a86n3dkg0"))))
(properties `((upstream-name . "CATALYST")))
(build-system r-build-system)
@@ -13829,16 +13829,23 @@ (define-public r-catalyst
"https://github.com/HelenaLC/CATALYST")
(synopsis "Cytometry data analysis tools")
- "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.")
+ "This package is @dfn{Cytometry dATa anALYSis Tools} (CATALYST). Mass
+cytometry like @dfn{Cytometry by time of flight} (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 @code{CATALYST} to provide a pipeline for
+preprocessing of cytometry data, including:
+normalization using bead standards;
+single-cell deconvolution;
+bead-based compensation.
(license license:gpl2+)))