drawSpatialFeaturePlot: Draw Spatial Feature Plot for given genes

View source: R/drawSpatialFeaturePlot.R

drawSpatialFeaturePlotR Documentation

Draw Spatial Feature Plot for given genes

Description

Function that generates spatial feature plots for a given gene. Can generate for single samples or recursively to all samples

Usage

drawSpatialFeaturePlot(
  spatialObject,
  featureValue,
  recursiveSection = FALSE,
  sectionID = NULL
)

Arguments

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)


fpestana-git/visualisR documentation built on May 2, 2022, 11:58 a.m.