plot_gene_regions | R Documentation |
Makes a spatial plot of gene expression for a particular gene This plot is colored by several discrete regions based on a categorical design matrix. Bold points represent expressed, whereas unbold points represent pixels not expressing the gene.
plot_gene_regions(
myRCTD,
cell_type,
gene,
pixel_weight_thresh = 0.8,
expr_thresh = 0
)
myRCTD |
|
cell_type |
cell_type to be plotted (only single cell type pixels) |
gene |
gene to be plotted |
pixel_weight_thresh |
(default 0.8) minimum cell type weight for pixels that are included |
expr_thresh |
(default 0) the minimum expression threshold to clear to be considered to be expressed |
gene expression plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.