plotDot | R Documentation |
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.
plotDot(
anchorPath,
querySeqId = NULL,
refSeqId = NULL,
queryLab = NULL,
refLab = NULL,
colorId = c("strand", "score")
)
anchorPath |
Path to anchor file. |
querySeqId |
Vector of sequence IDs (query). |
refSeqId |
Vector of sequence IDs (reference). |
queryLab |
Optional label for query axis. |
refLab |
Optional label for reference axis. |
colorId |
How to color plots ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.