| CC-class | R Documentation |
The 'CC' object is a S4 object containing coefficient of correlation associated between each cluster to a phenotypic or functional variable. Moreover, this object contains parameters and results used in the statistical analysis.
A cluster is considered as a significant correlated cluster if its associated p-value and correlation threshold are below the specific thresholds 'th.pvalue' and 'th.correlation'.
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 'identifyCC()' function.
sample.namesa character vector containing the samples used to compute correlated clusters
variablea numeric vector containing the expression values of the associated variable
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 CC
method.adjusta character containing the name of the multiple correction method used (if any)
th.correlationa numeric value specifying the correlation threshold (R)
th.pvaluea numeric value specifying the p-value threshold
resultsa data.frame containing for each cluster (first column): the coefficient of correlation R (second column) , the associated p-value (third column) and a logical (fourth column) specifying if the cluster is significantly correlated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.