Learn R Programming

simer (version 1.0.0)

GxG.network: Genetic interaction network

Description

Generate genetic interaction effect combination network.

Usage

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

Value

a data frame of genetic interaction effect.

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'.

Author

Dong Yin

Details

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

Examples

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

Run the code above in your browser using DataLab