
Get the hotspot gene membership table
get_hotspot_membership.RdGet the hotspot gene membership table
Examples
# the gene to module table hotspot clustered out
sc <- demo_single_cells()
hs <- hotspot_gene_cor_sc(sc, .verbose = FALSE)
hs <- generate_hotspot_membership(hs)
head(get_hotspot_membership(hs))
#> gene_id cluster_member
#> <char> <num>
#> 1: gene_01 1
#> 2: gene_02 1
#> 3: gene_03 1
#> 4: gene_04 1
#> 5: gene_05 1
#> 6: gene_06 1
unlink(sc@dir_data, recursive = TRUE, force = TRUE)