plot_puck_wrapper | R Documentation |
Colors points based on value of the function, filtered for e.g. UMI and cell type
plot_puck_wrapper(
puck,
plot_val,
cell_type = NULL,
minUMI = 0,
maxUMI = 2e+05,
min_val = NULL,
max_val = NULL,
title = NULL,
my_cond = NULL
)
puck |
an object of type SpatialRNA |
plot_val |
a named (by barcode) list of values to plot |
cell_type |
string specifying cell type to plot. if NULL, then all cell types are plotted |
minUMI |
numeric, minimum value for total UMIs to filter pixels |
maxUMI |
numeric, maximum value for total UMIs to filter pixels |
min_val |
numeric, minimum value for the range of plot as a numeric list |
max_val |
numeric, maximum value for the range of plot as a numeric list |
cell_type_info |
cell type information and profiles (see |
Returns a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.