Draw connection lines (simple lines plot) between two sets of data points. One example of usage is to label genes at modified plot position and connect the gene label to its genomic position.os core components and graphics device must be initialized before drawing.
RCircos.Customized.Connection.Plot(gene.data, label.data,
gene.pos=NULL, label.pos=NULL)
A data frame with chromosome names and actual genomic positions for the genes to be labeled.
A data frame with chromosome name and genomic positions that will be used to label gene names.
Float numeric, scale factor relative to the center of plot area (0) for start points of connection lines.
Float numeric, scale factor relative to the center of plot area (0) for end points of connection lines.