|
1 | 1 | # spatial\_query |
2 | 2 |
|
3 | 3 | ```{eval-rst} |
4 | | -.. autoclass:: SpatialQuery.spatial_query |
5 | | - :members: |
6 | | - :undoc-members: False |
7 | | - :private-members: False |
8 | | - :special-members: __init__ |
| 4 | +.. currentmodule:: SpatialQuery |
| 5 | +
|
| 6 | +.. autoclass:: spatial_query |
9 | 7 | :show-inheritance: |
10 | | - :member-order: bysource |
| 8 | + :no-members: |
| 9 | +``` |
| 10 | + |
| 11 | +## Methods |
| 12 | + |
| 13 | +```{toctree} |
| 14 | +:maxdepth: 1 |
| 15 | +
|
| 16 | +../generated/SpatialQuery.spatial_query.__init__ |
| 17 | +../generated/SpatialQuery.spatial_query.find_fp_knn |
| 18 | +../generated/SpatialQuery.spatial_query.find_fp_dist |
| 19 | +../generated/SpatialQuery.spatial_query.motif_enrichment_knn |
| 20 | +../generated/SpatialQuery.spatial_query.motif_enrichment_dist |
| 21 | +../generated/SpatialQuery.spatial_query.find_patterns_grid |
| 22 | +../generated/SpatialQuery.spatial_query.find_patterns_rand |
| 23 | +../generated/SpatialQuery.spatial_query.de_genes |
| 24 | +../generated/SpatialQuery.spatial_query.compute_gene_gene_correlation |
| 25 | +../generated/SpatialQuery.spatial_query.compute_gene_gene_correlation_by_type |
| 26 | +../generated/SpatialQuery.spatial_query.test_score_difference |
| 27 | +../generated/SpatialQuery.spatial_query.plot_fov |
| 28 | +../generated/SpatialQuery.spatial_query.plot_motif_grid |
| 29 | +../generated/SpatialQuery.spatial_query.plot_motif_rand |
| 30 | +../generated/SpatialQuery.spatial_query.plot_motif_celltype |
| 31 | +../generated/SpatialQuery.spatial_query.plot_all_center_motif |
| 32 | +../generated/SpatialQuery.spatial_query.plot_fp_heatmap |
| 33 | +../generated/SpatialQuery.spatial_query.plot_motif_enrichment_heatmap |
| 34 | +../generated/SpatialQuery.spatial_query.plot_gene_pair_heatmap |
| 35 | +../generated/SpatialQuery.spatial_query.plot_gene_pair_spatial |
11 | 36 | ``` |
0 commit comments