getSpatialPatterns | R Documentation |
Identify spatially clustered genes using Moran's I
getSpatialPatterns(mat, weight, alternative = "greater", verbose = TRUE)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.