View source: R/correlation_filtering_clustering.R
num_cell_after_cor_filt_scExp | R Documentation |
Number of cells before & after correlation filtering
num_cell_after_cor_filt_scExp(scExp, scExp_cf)
scExp |
SingleCellExperiment object before correlation filtering. |
scExp_cf |
SingleCellExperiment object atfer correlation filtering. |
A colored kable with the number of cells per sample before and after filtering for display
data("scExp")
scExp_cf = correlation_and_hierarchical_clust_scExp(scExp)
scExp_cf = filter_correlated_cell_scExp(scExp_cf,
corr_threshold = 99, percent_correlation = 1)
## Not run: num_cell_after_cor_filt_scExp(scExp,scExp_cf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.