View source: R/fixCompartments.R
fixCompartments | R Documentation |
Invert, or "fix", compartments that have a minimum confidence score (1-min.conf)
fixCompartments(obj, min.conf = 0.8, parallel = FALSE, cores = 1)
obj |
Input RaggedExperiment or output of condenseSE |
min.conf |
Minimum confidence score to use |
parallel |
Whether to run in parallel |
cores |
How many cores to use if running in parallel |
A "fixed" set of compartments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.