View source: R/drawSpatialFeaturePlot.R
drawSpatialFeaturePlot | R Documentation |
Function that generates spatial feature plots for a given gene. Can generate for single samples or recursively to all samples
drawSpatialFeaturePlot( spatialObject, featureValue, recursiveSection = FALSE, sectionID = NULL )
spatialObject |
spatial Seurat object to use |
featureValue |
name of the feature to plot |
recursiveSection |
if plots should be made for all sections (default FALSE) |
sectionID |
if recursiveSection is FALSE, then a specific section ID should be defined (default NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.