View source: R/SingleCellPlots.R
plot_umap_label_by_a_feature_of_interest | R Documentation |
Plot UMAP and display only the feature of interest
plot_umap_label_by_a_feature_of_interest(
object,
feature = "",
point.size = 1,
mark.feature = TRUE,
mark.font.size = 5,
mark.font.color = "black"
)
object |
The SingCellaR object. |
feature |
The feature name. The features can be found in the cell metadata. |
point.size |
The point size. Default 1 |
mark.feature |
showing a selected feature name. Default TRUE |
mark.font.size |
the size of the feature name. Default 5 |
mark.font.color |
the color of the feature name. Default black |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.