CreateFOV | R Documentation |
Create Spatial Coordinates
CreateFOV(coords, ...)
## S3 method for class 'Centroids'
CreateFOV(
coords,
molecules = NULL,
assay = "Spatial",
key = NULL,
name = NULL,
...
)
## S3 method for class 'data.frame'
CreateFOV(
coords,
type = c("segmentation", "centroids"),
nsides = Inf,
radius = NULL,
theta = 0L,
molecules = NULL,
assay = "Spatial",
key = NULL,
name = NULL,
...
)
## S3 method for class 'list'
CreateFOV(coords, molecules = NULL, assay = "Spatial", key = NULL, ...)
## S3 method for class 'Segmentation'
CreateFOV(
coords,
molecules = NULL,
assay = "Spatial",
key = NULL,
name = NULL,
...
)
coords |
Spatial coordinates |
... |
Arguments passed to other methods |
molecules |
A |
assay |
Name of associated assay |
key |
Key for these spatial coordinates |
name |
When |
type |
When providing a |
nsides |
The number of sides to represent cells/spots; pass
|
radius |
Radius of shapes when plotting |
theta |
Angle to adjust shapes when plotting |
A FOV
object
FOV-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.