RCircos.Customized.Connection.Plot: Draw Connectors between Chromosome Ideogram and Gene Names

View source: R/RCircosPlotDataTracks.R

RCircos.Customized.Connection.PlotR Documentation

Draw Connectors between Chromosome Ideogram and Gene Names

Description

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.

Usage

RCircos.Customized.Connection.Plot(gene.data, label.data, 
			gene.pos=NULL, label.pos=NULL)

Arguments

gene.data

A data frame with chromosome names and actual genomic positions for the genes to be labeled.

label.data

A data frame with chromosome name and genomic positions that will be used to label gene names.

gene.pos

Float numeric, scale factor relative to the center of plot area (0) for start points of connection lines.

label.pos

Float numeric, scale factor relative to the center of plot area (0) for end points of connection lines.

Author(s)

Henry Zhang


RCircos documentation built on March 18, 2022, 7:59 p.m.