View source: R/tissue.in.depth.R
defineJunction | R Documentation |
find spots that belongs to one feature but contact with another
defineJunction(
v,
ann.column,
which,
contactTo,
image.name = NULL,
dist.thr = 1.2
)
v |
Seurat visium object |
ann.column |
name of meta.data column that holds feature annotation |
which |
name if feature border spots should belong to |
contactTo |
name if feature border spots should contact with |
image.name |
image to use, specify if object contains more than one sample |
dist.thr |
maximal distance (in distances between spots) to consider spots as neighbors |
data.frame with two columns logical 'junction' that specifies whether spot belongs to junction and numerical 'dist2junction' expressed in inter-spot distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.