plot_cluster_heatmap | R Documentation |
This function plots a heatmap of clusters of a user-specified cell type. To be used after running cluster_subsets. Returns a graph.
plot_cluster_heatmap(data = NULL, cluster.results = NULL, cell.type = NULL)
data |
(Required) Data in data frame format. Expects results from load_data |
cluster.results |
(Required) Clustering results in data frame format. Expects results from cluster_subsets |
cell.type |
(Required) Cell subset to be plotted. This must be an entry from the binary classification specification |
plot_cluster_heatmap(data, cluster.results, 'T Cells, CD4')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.