View source: R/SingleCellPlots.R
plot_tsne_label_by_selected_sampleID | R Documentation |
Plot TSNE and show only selected sampleID
plot_tsne_label_by_selected_sampleID(
object,
selected.sampleID = c(),
title = "",
point.size = 0.5,
point.front.color = "red",
point.base.color = "gray",
alpha.base = 0.2,
title.color = "red",
title.font.size = 16
)
object |
The SingCellaR object. |
selected.sampleID |
The vector of selected sampleIDs. |
title |
The title of the plot. |
point.size |
The point size. Default 0.5 |
point.front.color |
The point color of selected sampleIDs. Default red |
point.base.color |
The point color of unselected samplesIDs. |
alpha.base |
The alpha parameter. Default 0.2 |
title.color |
The title color. Default red |
title.font.size |
The font size of the title. Default 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.