GxG.network {simer}R Documentation

Genetic interaction network

Description

Generate genetic interaction effect combination network.

Usage

GxG.network(pop.map = NULL, qtn.pos = 1:10, qtn.model = "A:D")

Arguments

pop.map

the map data with annotation information.

qtn.pos

the index of QTNs in the map data.

qtn.model

the genetic model of QTN such as 'A:D'.

Details

Build date: Mar 19, 2022 Last update: Apr 28, 2022

Value

a data frame of genetic interaction effect.

Author(s)

Dong Yin

Examples

pop.map <- generate.map(pop.marker = 1e4)
GxG.net <- GxG.network(pop.map)
head(GxG.net)

[Package simer version 0.9.0.4 Index]