Plot the embedding of a 'Pagoda2' object with the given values
plotOneWithValues(
p2obj,
values,
title = "",
type = "PCA",
embeddingType = "tSNE"
)
the 'Pagoda2' object
the values to plot, fed into p2obj$plotEmbedding(colors=values)
character Title for the plot (default="")
character Type reduction on which the embedding is based on (default="PCA")
character Type of embedding to plot (default="tSNE")
NULL, simply updates p2obj$plotEmbedding()