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.
RCircos.Adjust.Scatter.Values(scatter.values=NULL, min.value=NULL,
max.value=NULL, track.height=NULL, subtrack=NULL)
Numeric vector, the data to be plotted.
Numeric, minimum value of scatter data.
Numeric, maximum value of scatter data.
Non-negative numeric, height of plot track.
Non-negative nummeric, the number of sub tracks.