Description Usage Arguments Details Value Note See Also Examples
View source: R/kpAddCytobandsAsLine.R
Plots the chromosome cytobands in a karyoplot as a line
1 | kpAddCytobandsAsLine(karyoplot, color.table=NULL, color.schema='only.centromeres', lwd=3, lend=1, clipping=TRUE, ...)
|
karyoplot |
a |
color.table |
(named character vector) a table specifying the colors to plot the cytobands. If NULL, it gets the colors calling |
color.schema |
(character: 'only.centromeres', 'circos', 'biovizbase') The name of the color schema to use. It is directly passed along to |
lwd |
(integer) The width of the line used to represent the ideogram (defaults to 3) |
lend |
(0, 1 or 2) The type of line end. (defaults to 1, "butt") |
clipping |
(boolean) Only used if zooming is active. If TRUE, cytoband representation will be not drawn out of the drawing are (i.e. in margins, etc) even if the data overflows the drawing area. If FALSE, the cytobands representation may overflow into the margins of the plot. (defaults to TRUE) |
... |
any additional parameter to be passed to the functions called from kpAddCytobands. |
Plots the cytobands representing the chromosome structure in a karyoplot. It extracts the
cytobands from the karyoplot
object it recieves as a parameter. It is possible to
specify the colors used to plot the cytobands. In contrast to kpAddCytobands
it represents the chromosomes as a thin line
invisibly returns the given karyoplot object
In general, this function is automatically called by plotKaryotype and the user never needs to call it.
plotKaryotype
, getCytobandColors
, kpAddBaseNumbers
, kpAddCytobandLabels
1 2 3 4 5 6 | kp <- plotKaryotype(ideogram.plotter = NULL)
kpAddCytobandsAsLine(kp)
kp <- plotKaryotype(ideogram.plotter = NULL, plot.type=2)
kpAddCytobandsAsLine(kp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.