load_VCF_Canvas | R Documentation |
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)
file |
VCF filename. |
A named list with the calls and tumour purity.
# not run
## Not run:
load_VCF_Canvas("Myfile.vcf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.