Rationale
This vignette describes the workflow of converting a VCF file to a
MAF file.
There are 3 steps:
- Ensure you VCF file has a valid structure (we should
autodetect):
- Single Tumour VCF with 2 ‘sample’ columns (one for TUMOR and one for
GERMLINE)
- Single Tumour VCF with no ‘sample’ columns (assume all mutations are
somatic / Unknown)
- VEP-annotate your VCF (preferably VEP100, for consistency with the
main packages)
- Convert to MAF with vcf2maf(
path_to_vcf)