effectscan: Plot allelic effect across the whole genome
Description
This function is used to plot allelic effect at all markers for
selected chromosomes. For backcross, there will be only one line
represents the additive effect. For F2, there will be two lines
represent additive and dominance effects.
data(fake.f2)
# allelic effect on whole genomeeffectscan(fake.f2, ylim=c(-6,3))
# on first 4 chromosomes, use triangle as marker tickseffectscan(fake.f2, chr=1:4, ylim=c(-6,3), mtick="triangle")