restrict_counts | R Documentation |
Restricts a SpatialRNA object to a subset of genes (and applies a UMI threshold)
restrict_counts(
puck,
gene_list,
UMI_thresh = 1,
UMI_max = 20000,
counts_thresh = 1
)
puck |
a |
gene_list |
a list of gene names |
UMI_thresh |
minimum UMI per pixel |
UMI_max |
maximum UMI per pixel |
counts_thresh |
minimum counts per pixel (for genes in gene_list) |
Returns a SpatialRNA
with counts filtered based on UMI threshold and gene list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.