gg_tSNE_df | R Documentation |
Takes a data.frame with tSNE1 and tSNE2 precomputed and plots it.
gg_tSNE_df(
DF,
SavePath = NULL,
Markers = NULL,
splitby = NULL,
verbose = T,
size = 0.2,
alpha = 0.6,
Title = "",
width = 2000,
height = 2300,
pointsize = 20,
ncol = 4,
limits = c(0, 1),
gg_theme = NULL,
printPlot = T,
vridis_col_opt = "A"
)
DF |
A data.frame |
SavePath |
A data.frame |
Markers |
A char. vec. that that all must exist in the data.frame. |
splitby |
a single character which data.frame must contain this value in the cols; the resulting plot is faceted by this. |
verbose |
if T verbose output is printed |
Title |
A title else ” |
gg_theme |
a ggplot theme or NULL |
A ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.