identifyAC | R Documentation |
This function is used to identify the Abundant Clusters (AC), that is to say clusters having cell abundance (absolute or relative) statistically greater than a specific threshold. Abundant Clusters are identified using a one-sample test (parametrized or non-parametrized). P-values can be corrected for multiple comparisons.
identifyAC(Results, samples, use.percentages = TRUE, method = "t.test",
method.adjust = NULL, mu = 0, th.pvalue = 0.05)
Results |
a 'Results' object |
samples |
a character vector providing the sample names to used |
use.percentages |
a logical specifying if the computations should be performed on percentage |
method |
a character specifying the statistical method used to identify the Abundant Clusters. The parameter can take the values "t.test" or "wilcox.test" |
method.adjust |
a character specifying if the p-values should be corrected using multiple correction methods among: "holm", "hochberg", "hommel", "bonferroni", "BH", "BY" and "fdr" (from 'stats::p.adjust' method) |
mu |
a numeric specifying the theoretical value (mu) of the one sample statistical test |
th.pvalue |
a numeric specifying the p-value threshold |
a S4 object of class 'AC'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.