RCircos.Get.Track.Positions {RCircos} | R Documentation |
Calculate Plot Positions for A Data Track
Description
Calculate inner and outer plot positions for a data track. RCircos core components must be initialized first. This function is mainly for internal use.
Usage
RCircos.Get.Track.Positions(side=NULL, track.num=NULL)
Arguments
side |
Character vector, either "in" or "out", representing the position related to chromosome ideogram. |
track.num |
Integer, representing the ordinal number of the plot track |
Value
Numeric vector of length 2. The outer and inner positions of a track.
Author(s)
Hongen Zhang
[Package RCircos version 1.2.2 Index]