getSpatialPatterns: Identify spatial clusters

View source: R/main.R

getSpatialPatternsR Documentation

Identify spatial clusters

Description

Identify spatially clustered genes using Moran's I

Usage

getSpatialPatterns(mat, weight, alternative = "greater", verbose = TRUE)

Arguments

mat

Gene expression matrix. Must be normalized such that correlations will not be driven by technical artifacts.

weight

Spatial weights such as a weighted adjacency matrix

alternative

a character string specifying the alternative hypothesis, must be one of "greater" (default), "two.sided" or "less".

verbose

Verbosity


JEFworks/MERingue documentation built on June 11, 2022, 4:16 a.m.