powered by
Add genomic axes
circos.genomicAxis( h = "top", major.at = NULL, labels = NULL, major.by = NULL, tickLabelsStartFromZero = TRUE, labels.cex = 0.4*par("cex"), sector.index = get.cell.meta.data("sector.index"), track.index = get.cell.meta.data("track.index"), ...)
Position of the axes. "top" or "bottom".
Major breaks. If major.at is set, major.by is ignored.
major.at
major.by
labels corresponding to major.at. If labels is set, major.at must be set.
labels
Increment of major ticks. It is calculated automatically if the value is not set (about every 10 degrees there is a major tick).
Whether axis tick labels start from 0? This will only affect the axis labels while not affect x-values in cells.
the font size for the axis tick labels.
Index for the sector
Index for the track
Other arguments pass to circos.axis.
circos.axis
It assigns proper tick labels under genomic coordinate.
https://jokergoo.github.io/circlize_book/book/high-level-genomic-functions.html#genomic-axes
# NOT RUN { circos.initializeWithIdeogram(plotType = NULL) circos.track(ylim = c(0, 1), panel.fun = function(x, y) circos.genomicAxis()) circos.clear() # }
Run the code above in your browser using DataLab