plot_contigs | R Documentation |
plot_contigs
Plots the output from find_contigsGapsTelos
plot_contigs(
cgt = NULL,
cgtList = NULL,
nColors = NULL,
nRow = NULL,
nCol = NULL,
palette,
...
)
cgt |
The output from a single find_contigsGapsTelos call |
cgtList |
A named list of output from find_contigsGapsTelos |
nColors |
Integer, the number of colors to cycle through |
nRow |
Integer, the number of plot facet rows |
nCol |
Integer, the number of plot facet columns |
palette |
an R palette function |
... |
additional arguments passed to palette |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.