get_snp_modules {martini} | R Documentation |
Find modules composed by interconnected SNPs.
get_snp_modules(cones, net)
cones |
Results from |
net |
The same SNP network provided to |
A list with the modules of selected SNPs.
gi <- get_GI_network(minigwas, snpMapping = minisnpMapping, ppi = minippi) cones <- scones.cv(minigwas, gi) martini:::get_snp_modules(cones, gi)