identifyDAC | R Documentation |
This function is used to identify differentially abundant clusters, that is to say clusters having abundance (absolute or relative) statistically different between two biological conditions. Differentially Abundant Clusters are identified using a two-sample test (parametrized or non-parametrized). P-values can be corrected for multiple comparisons.
identifyDAC(Results, condition1, condition2, use.percentages = TRUE,
method = "t.test", method.adjust = NULL, method.paired = FALSE,
th.pvalue = 0.05, th.fc = 2)
Results |
a 'Results' object |
condition1 |
a character vector providing the sample names defined as the first condition |
condition2 |
a character vector providing the sample names defined as the second condition |
use.percentages |
a logical specifying if the computations should be performed on percentage |
method |
a character specifying the name of the statistical test to use "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) |
method.paired |
a logical indicating if the statistical test must be performed in a paired manner |
th.pvalue |
a numeric specifying the p-value threshold |
th.fc |
a numeric specifying the fold-change threshold |
a S4 object of class 'DAC'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.