update_cluster_results | R Documentation |
This function takes in the filled cell subtype column of a clustering summary and updates the associated all-cell clustering results. This function is intended for the UMAP plotting function. Returns a data frame.
update_cluster_results(cluster.results = NULL, completed.summary = NULL)
cluster.results |
(Required) Cell type results in data frame format. Expects results from cluster_subsets |
completed.summary |
(Required) Cluster summary in data frame format. Expects results from cluster_summary with a completed Cell.Subtype column |
updated.cluster.results <- update_cluster_results(cluster.results, completed.summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.