View source: R/multivariateAnalysisR.R
multivariateAnalysisR | R Documentation |
Performs multivariate analysis across specified clusters in datasets
multivariateAnalysisR(
significanceLevel = 0.05,
patternKeys,
seuratobj,
dictionaries,
customNames = NULL,
exclusive = TRUE,
exportFolder = "",
ANOVAwidth = 1000,
ANOVAheight = 1000,
CIwidth = 1000,
CIheight = 1000,
CIspacing = 1
)
significanceLevel |
double value for testing significance in ANOVA test |
patternKeys |
list of strings indicating pattern subsets from seuratobj to be analyzed |
seuratobj |
Seurat Object Data containing patternKeys in meta.data |
dictionaries |
list of dictionaries indicating clusters to be compared |
customNames |
list of custom names for clusters in corresponding order |
exclusive |
boolean value for determining interpolation between params in clusters |
exportFolder |
name of folder to store exported graphs and CSV files |
ANOVAwidth |
width of ANOVA png |
ANOVAheight |
height of ANOVA png |
CIwidth |
width of CI png |
CIheight |
height of CI png |
CIspacing |
spacing between each CI in CI graph |
a sorted list of ANOVA and CI results; ANOVA and Confidence Intervals are visualized and exported in both PNG and CSV
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.