Description Usage Arguments Value Examples
View source: R/correlation_filtering_clustering.R
Number of cells before & after correlation filtering
1 | 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
1 2 3 4 5 | 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.