cluster_summary | R Documentation |
This function summarises post-binary classification clustering results. Returns a data frame of median expressions and abundance for each cluster of each user-defined cell type.
cluster_summary(data = NULL, cluster.results = NULL)
data |
(Required) Data in data frame format. Expects results from load_data |
cluster.results |
(Required) Cell type results in data frame format. Expects results from cluster_subsets |
cluster.summary <- cluster_summary(data, cluster.results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.