plotOneWithValues | R Documentation |
Plot the embedding of a 'Pagoda2' object with the given values
plotOneWithValues(
p2obj,
values,
title = "",
type = "PCA",
embeddingType = "tSNE"
)
p2obj |
the 'Pagoda2' object |
values |
the values to plot, fed into p2obj$plotEmbedding(colors=values) |
title |
character Title for the plot (default="") |
type |
character Type reduction on which the embedding is based on (default="PCA") |
embeddingType |
character Type of embedding to plot (default="tSNE") |
NULL, simply updates p2obj$plotEmbedding()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.