filterSpatialPatterns | R Documentation |
Filter out spatial patterns driven by small number of cells using LISA
filterSpatialPatterns( mat, I, w, adjustPv = TRUE, alpha = 0.05, minPercentCells = 0.05, verbose = TRUE, details = FALSE )
mat |
Gene expression matrix. |
I |
Output of getSpatialPatterns |
w |
Weight adjacency matrix |
adjustPv |
Whether to perform BH multiple testing correction |
alpha |
P-value threshold for LISA score to be considered significant. |
minPercentCells |
Minimum percent of cells that must be driving spatial pattern |
verbose |
Verbosity |
details |
Return details |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.