RCircos.Adjust.Scatter.Values: Adjust Scatter Plot Data to Fit the Data Track

View source: R/RCircosPlotDataTracks.R

RCircos.Adjust.Scatter.ValuesR Documentation

Adjust Scatter Plot Data to Fit the Data Track

Description

Adjust scatter plot values to fit the plot track. The data with lowest value will be plot on the centre of first subtrack and the one with highest value will be on the centre of top subtrack. After this adjustment, values could be added to inside position of plot track as final plot positions. This function is mainly for internal use.

Usage

RCircos.Adjust.Scatter.Values(scatter.values=NULL, min.value=NULL,  
    max.value=NULL, track.height=NULL, subtrack=NULL) 

Arguments

scatter.values

Numeric vector, the data to be plotted.

min.value

Numeric, minimum value of scatter data.

max.value

Numeric, maximum value of scatter data.

track.height

Non-negative numeric, height of plot track.

subtrack

Non-negative nummeric, the number of sub tracks.

Author(s)

Henry Zhang


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