powered by
Generate genetic interaction effect combination network.
GxG.network(pop.map = NULL, qtn.pos = 1:10, qtn.model = "A:D")
a data frame of genetic interaction effect.
the map data with annotation information.
the index of QTNs in the map data.
the genetic model of QTN such as 'A:D'.
Dong Yin
Build date: Mar 19, 2022 Last update: Apr 28, 2022
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