# Load tha data for Granta-519 Cell Line
data(G519);
# Start Vega segmentation on all chromosomes of G519 data and save the results in G519_segmentation.txt tab delimited file
seg <- vega(CNVdata=G519, chromosomes=c(1:22, "X", "Y"), out_file_name="G519_segmentation.txt", beta=0.5, min_region_size=2);
Run the code above in your browser using DataLab