RunMarkVario {Seurat} | R Documentation |
Run the mark variogram computation on a given position matrix and expression matrix.
Description
Wraps the functionality of markvario from the spatstat package.
Usage
RunMarkVario(spatial.location, data, ...)
Arguments
spatial.location |
A 2 column matrix giving the spatial locations of each of the data points also in data |
data |
Matrix containing the data used as "marks" (e.g. gene expression) |
... |
Arguments passed to markvario |
[Package Seurat version 5.1.0 Index]