View source: R/simer.Genotype.r
GxG.network | R Documentation |
Generate genetic interaction effect combination network.
GxG.network(pop.map = NULL, qtn.pos = 1:10, qtn.model = "A:D")
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'. |
Build date: Mar 19, 2022 Last update: Apr 28, 2022
a data frame of genetic interaction effect.
Dong Yin
pop.map <- generate.map(pop.marker = 1e4)
GxG.net <- GxG.network(pop.map)
head(GxG.net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.