Plot allele ratios from raw segmented data
allele_ratio_plot(
samplename,
bafsegmented,
logrsegmented,
outputfile,
logr,
max.plot.cn = 5
)Name of the sample for the plot title
The BAFsegmented data read in as a data.frame
The logRsegmented data read in as a data.frame
Full path of file where the figure is to be stored
A data.frame with the logr, either logr or allelecounts must be supplied
Maximum y-axis value to plot (Default: 5)