Usage
plotIdeogram(obj, subchr = NULL, zoom.region = NULL, which = NULL, xlab, ylab, main, xlabel =
FALSE, color = "red", fill = "red", alpha = 0.7,
zoom.offset = 0.2, size = 1,
cytoband = TRUE, aspect.ratio = 1/20, genome)## constructor
Ideogram(obj, subchr = NULL, which = NULL, xlabel = FALSE,
cytoband = TRUE, color = "red", fill = "red", alpha =
0.7, zoom.region = NULL, zoom.offset = 0.2, size = 1,
aspect.ratio = 1/20, ..., genome)
Arguments
obj
A GenomicRanges
object, which include extra
information about cytoband, check biovizBase::isIdeogram.
subchr
A single character of chromosome names to show.
which
GRanges
object to subset and highlight the ideogram.
zoom.region
A numeric vector of length 2 indicating zoomed region.
xlabel
A logical value. Show the x label or not.
color
color for highlight region.
fill
fill color for highlight region.
alpha
alpha for highlight regio.
zoom.offset
zoomed highlights region offset around chromosome plotting region.
size
size for zoomed region rectangle boundary.
cytoband
If FALSE, plot just blank chromosome without cytoband. default is TRUE.
es
aspect.ratio
aspect ratio for the chromosome ideogram plot, default is NULL.
...
passed to ggbio constructor.