Description Usage Arguments Details Value Note See Also Examples
View source: R/kpAddCytobands.R
Plots the chromosome cytobands in a karyoplot
1 | kpAddCytobands(karyoplot, color.table=NULL, color.schema=c("circos", "biovizbase", "only.centromeres"), 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) The name of the color schema to use: |
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.
invisibly returns the given karyoplot object
In general, this function is automatically called by plotKaryotype and the user never nees to call it.
plotKaryotype
, getCytobandColors
, kpAddBaseNumbers
, kpAddCytobandLabels
1 2 3 | kp <- plotKaryotype(ideogram.plotter = NULL)
kpAddCytobands(kp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.