View source: R/RCircosPlotPositions.R
RCircos.Data.Point | R Documentation |
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)
chromosome |
Character vector, a chromosome name with prefix of "chr", e.g., "chr1". |
start.posotion |
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.
Henry Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.