plot_call | R Documentation |
Plot called clusters on a tSNE or umap, for each reference cluster given
plot_call(cor_mat, metadata, data_to_plot = colnames(cor_mat), ...)
cor_mat |
input similarity matrix |
metadata |
input metadata with tsne or umap coordinates and cluster ids |
data_to_plot |
colname of data to plot, defaults to all |
... |
passed to plot_dims |
list of ggplot object, cells projected by dr, colored by cell type classification
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.