plotNucmerCoords | R Documentation |
This function specifically plots matched region of two sequences based on nucmer results.
plotNucmerCoords(
nucmer.coords = NULL,
genome.coord = TRUE,
highlight.pos = NULL,
title = NULL,
sd.track = NULL,
shape = "segm"
)
nucmer.coords |
A coordinates from nucmer output. [RUN: nucmer –coords ...] |
highlight.pos |
A set of postions to be highlighted on the x-axis. |
title |
A character string to use as a title for the plot. |
sd.track |
A segmental dulication track to be highlight at the plot. |
shape |
A shape used to plot aligned sequences: Either 'segm' or 'point'. |
genome.coords |
Set to |
A ggplot
object.
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.