fortify-Spatial {Seurat} | R Documentation |
Prepare Coordinates for Spatial Plots
Description
Prepare Coordinates for Spatial Plots
Usage
## S3 method for class 'Centroids'
fortify(model, data, ...)
## S3 method for class 'Molecules'
fortify(model, data, nmols = NULL, seed = NA_integer_, ...)
## S3 method for class 'Segmentation'
fortify(model, data, ...)
Arguments
model |
A |
data |
Extra data to be used for annotating the cell segmentations; the
easiest way to pass data is a one-column
|
... |
Arguments passed to other methods |
[Package Seurat version 5.1.0 Index]