Description Usage Arguments Value
Calculate the critical transition index for cells in a SingleCellExperiment object. The critical transition index is described in detail in http://www.pnas.org/content/114/9/2271.long.
1 2 | compute_transition_index(object, exprs_values, features = NULL,
pval = 0.01)
|
object |
A SingleCellExperiment object. |
exprs_values |
String indicating which assay contains the data that should be used to calculate the IC. |
features |
A character vector (of feature names), a logical vector or numeric vector (of indices) specifying the features to use for calculation. The default of NULL will use all features. |
pval |
The p-value cutoff for correlation values to use in calculations |
A list with the IC value (ic), as well as the used correlation values (within (GxG) / between (CxC))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.