get_snp_modules {martini}R Documentation

Return groups of interconnected SNPs.

Description

Find modules composed by interconnected SNPs.

Usage

get_snp_modules(cones, net)

Arguments

cones

Results from evo.

net

The same SNP network provided to evo.

Value

A list with the modules of selected SNPs.

Examples

gi <- get_GI_network(minigwas, snpMapping = minisnpMapping, ppi = minippi)
cones <- search_cones(minigwas, gi)
martini:::get_snp_modules(cones, gi)

[Package martini version 1.2.0 Index]