Get information of the circular plot
Get information of the circular plot
circos.info(sector.index = NULL, track.index = NULL, plot = FALSE)
sector.index |
Which sectors you want to look at? It can be a vector. |
track.index |
Which tracks you want to look at? It can be a vector. |
plot |
Whether to add information on the plot. |
It tells you the basic parameters for sectors/tracks/cells. If both sector.index
and track.index
are set to NULL
, the function would print index for
all sectors and all tracks. If sector.index
and/or track.index
are set,
the function would print xlim
, ylim
, cell.xlim
, cell.ylim
,
xplot
, yplot
, cell.width
, cell.height
, track.margin
and cell.padding
for every cell in specified sectors and tracks.
Also, the function will print index of your current sector and current track.
If plot
is set to TRUE
, the function will plot the index of the sector and the track
for each cell on the figure.
# There is no example NULL
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.