plot_feature_points_layer | R Documentation |
low level function to plot a points at the spatial in situ level
plot_feature_points_layer(
ggobject,
spatial_feat_info,
feats,
feats_color_code = NULL,
feat_shape_code = NULL,
sdimx = "x",
sdimy = "y",
color = "feat_ID",
shape = "feat",
point_size = 1.5,
stroke = NULL,
show_legend = TRUE,
plot_method = c("ggplot", "scattermore", "scattermost"),
expand_counts = FALSE,
count_info_column = "count",
jitter = c(0, 0),
verbose = TRUE
)
This function can plot multiple features over multiple modalities. These plots can get very big very fast.
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.