Single-data: spatial_query
from SpatialQuery import spatial_query
sp = spatial_query(adata, dataset="my_dataset")
Motif Discovery
Method |
Description |
|---|---|
Find frequent patterns using KNN neighborhoods |
|
Find frequent patterns using distance-based neighborhoods |
|
Find patterns on a grid |
|
Find patterns with random sampling |
|
Motif enrichment analysis using KNN |
|
Motif enrichment analysis using distance |
Motif-associated Molecular Analysis
Method |
Description |
|---|---|
Differential expression analysis within motifs |
|
Gene-gene covariation analysis |
|
Gene-gene covariation analysis by cell type |
|
Test covariation score differences |
Plotting
Method |
Description |
|---|---|
Plot field of view |
|
Plot motifs on grid |
|
Plot motifs with random sampling |
|
Plot motifs by cell type |
|
Plot all center motifs |
|
Plot frequent pattern heatmap |
|
Plot motif enrichment heatmap |
|
Plot gene pair heatmap |
|
Plot gene pair spatial expression |