get_snp_modules {martini} | R Documentation |
Find modules composed by interconnected SNPs.
get_snp_modules(gwas, net)
gwas |
A SnpMatrix object with the GWAS information. |
net |
An igraph network that connects the SNPs. |
A list with the modules of selected SNPs.
## Not run: gi <- get_GI_network(minigwas, snpMapping = minisnpMapping, ppi = minippi) cones <- search_cones(minigwas, gi) martini:::get_snp_modules(cones, gi) ## End(Not run)