powered by
Run PCA analysis with a simulation analysis of shuffled data to determine the appropriate number of PCs.
PCA(environment, regress = NA, groups = NA, nShuffleRuns = 10, threshold = 0.1, maxPCs = 100, label = NA, mem = "2GB", time = "0:10:00", rerun = F, clear.previously.calculated.clustering = T, local = F)
environment object
environment
gene signature activation scores to regress
experimental design annotation to guide dataset-specific regression
number of shuffled analyses
FDR threshold
maximum number of possible PCs
optional analyses label folder
HPC memory
HPC time
whether to rerun the analysis rather than load from cache
whether to clear previous clustering analysis
whether to run jobs locally on slurm instead of submitting the job
environment parameter containing PC coordinates
# NOT RUN { 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) # }
Run the code above in your browser using DataLab