Skip to contents

Object ccGenomicCellGeom will call the function circlize::circos.genomicAxis while drawing.

Usage

ccGenomicAxis(...)

Arguments

...

Arguments passed on to circlize::circos.genomicAxis

h

Position of the axes. "top" or "bottom".

major.at

Major breaks. If major.at is set, major.by is ignored.

labels

labels corresponding to major.at. If labels is set, major.at must be set.

major.by

Increment of major ticks. It is calculated automatically if the value is not set (about every 10 degrees there is a major tick).

tickLabelsStartFromZero

Whether axis tick labels start from 0? This will only affect the axis labels while not affect x-values in cells.

labels.cex

The font size for the axis tick labels.

sector.index

Index for the sector

track.index

Index for the track

Value

Object ccGenomicCellGeom

Examples

library(circlizePlus)
cc = ccPlot(initMode='initializeWithIdeogram',chromosome.index = paste0("chr", 1:4), plotType = NULL)
track=ccTrack(ylim=c(0,1))
cell=ccCell(sector.index = 'chr1')+ccGenomicAxis()
e=track+cell
cc+e