Description Usage Arguments Details Value See Also Examples
Plot metric scores in a reduced dimensional plot.
1 |
sce_cms |
A |
metric_var |
Character Name of the metric scores to use. Default is "cms". |
dim_red |
Character. Name of embeddings to use as subspace for plotting. Default is "TSNE". |
log10_val |
Logical. Indicating if -log10(metric) should be plotted. |
Plots a reduced dimension plot colored by metric scores.
The dimension reduction embedding can be specified, but only tsne embeddings
will automatically be computed using runTSNE
. Embeddings from data
integration methods (e.g. mnn.correct) can be used as long as they are
present in reducedDimNames(sce)
.
a ggplot
object.
Other visualize metric functions:
visHist()
,
visOverview()
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.