Description Usage Arguments Value Examples
Run PCA analysis with a simulation analysis of shuffled data to determine the appropriate number of PCs.
1 2 3 4 |
environment |
|
regress |
gene signature activation scores to regress |
groups |
experimental design annotation to guide dataset-specific regression |
nShuffleRuns |
number of shuffled analyses |
threshold |
FDR threshold |
maxPCs |
maximum number of possible PCs |
label |
optional analyses label folder |
mem |
HPC memory |
time |
HPC time |
rerun |
whether to rerun the analysis rather than load from cache |
clear.previously.calculated.clustering |
whether to clear previous clustering analysis |
local |
whether to run jobs locally on slurm instead of submitting the job |
environment
parameter containing PC coordinates
1 2 3 4 | LCMV1 <- setup_LCMV_example()
LCMV1 <- get.variable.genes(LCMV1, min.mean = 0.1, min.frac.cells = 0,
min.dispersion.scaled = 0.1)
LCMV1 <- PCA(LCMV1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.