This function will generate a dot plot (collinearity) from an Anchor File generated from the program [AnchorWave](https://github.com/baoxingsong/AnchorWave). This is one of the preliminary steps in creating a PHG database.
Usage
plotDot(
anchorPath,
querySeqId = NULL,
refSeqId = NULL,
queryLab = NULL,
refLab = NULL,
colorId = c("strand", "score")
)