Description Details Options Logging Author(s)
Implements statistical & computational tools for analyzing mass spectrometry imaging datasets, including methods for efficient pre-processing, spatial segmentation, and classification.
Cardinal provides an abstracted interface to manipulating mass spectrometry imaging datasets, simplifying most of the basic programmatic tasks encountered during the statistical analysis of imaging data. These include image manipulation and processing of both images and mass spectra, and dynamic plotting of both.
While pre-processing steps including normalization, baseline correction, and peak-picking are provided, the core functionality of the package is statistical analysis. The package includes classification and clustering methods based on nearest shrunken centroids, as well as traditional tools like PCA and PLS.
Type browseVignettes("Cardinal")
to view a user's guide and vignettes of common workflows.
The following options can be set via options()
.
getCardinalgetCardinalBPPARAM(), setCardinalBPPARAM(BPPARAM=SerialParam())
: The default backend to use for parallel processing. By default, this is initially set to a serial backend (no parallelization).
getCardinalVerbose(), setCardinalVerbose(verbose=interactive())
: Should detailed messages be printed?
getCardinalNumBlocks(), setCardinalNumBlocks(n=20L)
: The default number of data chunks used by pixelApply()
, featureApply()
, and spatialApply()
when .blocks=TRUE
. Used by many methods internally.
getCardinalDelayProc(), setCardinalDelayProc(delay=TRUE)
: Should pre-processing functions like normalize()
and peakPeak()
be delayed (until process()
is called)?
For support or debugging help, please provide the output of a call to CardinalLog()
. By default, this saves a log to the file "Cardinal.log" in the current working directory.
Kylie A. Bemis
Maintainer: Kylie A. Bemis <k.bemis@northeastern.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.