calculate spatial enrichment using the data.table implementation
1 2 3 4 5 6 7 8 9 | calc_spatial_enrichment_DT(
bin_matrix,
spatial_network,
calc_hub = F,
hub_min_int = 3,
group_size = "automatic",
do_fisher_test = TRUE,
adjust_method = "fdr"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.