Calculate the index of Circos plot positions (a set of x- and y-coordinates for a circular line) for a genomic position (chromosome name and start position). This function is for internal use only.
RCircos.Data.Point(chromosome=NULL, start.posotion=NULL)
Character vector, a chromosome name with prefix of "chr", e.g., "chr1".
Non-negative integer, start position of a genomic interval (e.g, a gene or a band) on the chromosome.
An integer representing the index of RCircos plot positions.