plot_TSNE | R Documentation |
This function plots t-SNE data coloured by binary classification results. Returns a graph.
plot_TSNE(
tsne.results = NULL,
binary.results = NULL,
column = "Cell.Type",
title = "",
facet = FALSE
)
tsne.results |
(Required) t-SNE object. Expects results from run_TSNE |
binary.results |
(Required) Results from binary classification in data frame format. Expects results from binary_class |
column |
Choose between plotting Cell.Type or Cell.Subtype (Default: Cell.Type) Cell.Subtype only availble for updated clustering results |
title |
Title of the plot (Default: NULL) |
facet |
Breaks plot into facets (Default: NULL) |
plot_TSNE(tsne.results, binary.results)
plot_TSNE(tsne.results, updated.cluster.results, column = 'Cell.Subtype', facet = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.