summarize_clusters | R Documentation |
Return summary statistics from a DIEM run to evaluate clustering and classification. The function calculates helpful statistics to evaluate each cluster, including the debris and putatitive cell types. This returns a data frame with the following summary stats per cluster:
Whether the cluster was considered as debris for calculating the debris score.
Cluster for which summary stats are shown.
Number of droplets.
Average number of genes detected.
Average number of counts.
Average debris score, if available.
Set of top top_n
marker genes separated by
semicolons.
The marker genes are calculated as the genes with the largest difference in proportion between the
summarize_clusters(x, top_n = 20)
x |
An SCE object. |
top_n |
Number of top DE genes to return in column. |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.