plotPanels | R Documentation |
Plot amplicon size ranges grouped by dye color.
plotPanels(kitname, data, xlim = NULL, cex = 0.75, alpha = 0.5)
kitname |
string of characters for the kit name. |
data |
an output from the |
xlim |
x-axis range. |
cex |
character expansion factor. |
alpha |
alpha transparency chanel for colors. |
none
J.R. Lobry
readPanels
.
path1 <- system.file("abif/AmpFLSTR_Panels_v1.txt", package = "seqinr")
res1 <- readPanels(path1)
par(mfrow = c(2,1))
plotPanels("Identifiler_v1", res1)
plotPanels("SEfiler_v1", res1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.