RunMarkVario: Run the mark variogram computation on a given position matrix...

View source: R/preprocessing.R

RunMarkVarioR 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


Seurat documentation built on Nov. 18, 2023, 1:10 a.m.