| AC-class | R Documentation |
The 'AC' object is a S4 object containing the information related to the abundant clusters in a given biological condition. Moreover, this object contains parameters and results used in the statistical analysis.
A cluster is considered as a significant abundant cluster if its associated p-value and mean are below the specific thresholds 'th.pvalue'.
The 'print()' and 'show()' can be used to display a summary of this object. Moreover all information about this object could be saved as a tab separated file using the 'export()' method. This object is returned by the 'identifyAC()' function.
sample.namesa character vector containing the samples used to compute the abundant clusters
cluster.sizea numeric vector containing the number of cells for each cluster
use.percentagesa logical specifying if computation was performed on percentage of cell abundance
methoda character containing the name of the statistical test used to identify the abundant clusters
method.adjusta character containing the name of the multiple correction method used (if any)
mua numeric specifying the theoretical value of the one sample statistical test
th.pvaluea numeric value specifying the p-value threshold
resultsa data.frame containing for each cluster (first column): the mean (second column) and the standard deviation (third column) of the biological condition, the associated p-value (fourth column) and a logical (fifth column) specifying if the cluster is significantly abundant.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.