Draw the effects of epistasis (3d plot and 2d plot)
manhattan3(
input,
map,
cum.pos,
plot.epi.3d = TRUE,
plot.epi.2d = TRUE,
main.epi.3d = NULL,
main.epi.2d = NULL,
saveName = NULL
)
Draw 3d plot and 2d plot to show epistatic effects
List of results of RGWAS.epistasis / RGWAS.twostep.epi. If the output of `RGWAS.epistasis` is `res`, `input` corresponds to `res$scores`. If the output of `RGWAS.twostep.epi.` is `res`, `input` corresponds to `res$epistasis$scores`. See: Value of RGWAS.epistasis
Data frame with the marker names in the first column. The second and third columns contain the chromosome and map position. This is map information for SNPs which are tested epistatic effects.
Cumulative position (over chromosomes) of each marker
If TRUE, draw 3d plot
If TRUE, draw 2d plot
The title of 3d plot. If this argument is NULL, trait name is set as the title.
The title of 2d plot. If this argument is NULL, trait name is set as the title.
When drawing any plot, you can save plots in png format. In saveName, you should substitute the name you want to save. When saveAt = NULL, the plot is not saved.