View source: R/correlation_filtering_clustering.R
intra_correlation_scExp | R Documentation |
Calculate intra correlation between cluster or samples
intra_correlation_scExp(
scExp_cf,
by = c("sample_id", "cell_cluster")[1],
fullCor = TRUE
)
scExp_cf |
A SingleCellExperiment |
by |
On which feature to calculate correlation ("sample_id" or "cell_cluster") |
fullCor |
Logical specifying if the correlation matrix was run on the entire number of cells or on a subset. |
A data.frame of cell average intra-correlation
data(scExp)
intra_correlation_scExp(scExp, by = "sample_id")
intra_correlation_scExp(scExp, by = "cell_cluster")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.