Parse a VCF file from Canvas, which stores a list of segments with absolute CNA events, and tumour purity.
The obtained data, together with mutation calls (loaded elsewhere)
can be used to call function autofit
.
load_VCF_Canvas(file)
VCF filename.
A named list with the calls and tumour purity.
# not run
if (FALSE) {
load_VCF_Canvas("Myfile.vcf")
}