Description Usage Arguments Details Value Examples
View source: R/find_neighbours.R
find_neighbors2 was used to find the neighborhood of spot.
1 | find_neighbors2(sce, platform)
|
sce |
is a SingleCellExperiment object containing PCA and position informatin. |
platform |
is the name of spatial transcriptomic platform. Specify 'Visium' for hex lattice geometry or 'ST' for square lattice geometry. Specifying this parameter is optional as this information is included in their metadata. |
find_neighbors2 was used to find the neighborhood of spot.
a sparse matrix recording the information of neighborhood.
1 2 3 | data(sce)
platform = "ST"
Adj <- find_neighbors2(sce, platform)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.