This S4 generic function is used to plot a Map object. The Map object needs to have at leaset three slots: Marker names (Name), Chromosome, and Position.
plotMap(object, ...)# S4 method for Map
plotMap(object, plotMaf = FALSE, bin = 1e+06, maf.base = 0.3)
An input Map object.
Some extra input parameter values; optional.
A logical value. If TRUE, MAF density will be plotted; otherwise, SNPs are plotted based on their map positions. plotted based on their chromosomal po
Length of the bin in which SNPs are counted. The default length is 1M bp.
The baseline MAF, which by default is 0.3. A MAF density above maf.base is trucated to be 1.
None.