Is it possible to generate a single maf file from multiple vcf files using vcf2maf ?
Hi,
I have 40 raw vcf files and I was able to convert all these 40 vcf files to 40 individual maf files. But, when I read the GDC pipeline it was mentioned that a single maf files could be generated for a single project involving multiple vcf files. I was curious to know if vcf2maf can do this conversion i.e., if vcf2maf can convert multiple vcf files to a single aggregated maf file. If it can be done, can you tell how to do so?
• 2,095 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Why not just apply vcf2maf to individual file and then merge all the maf with sample id index?
Yeah, I can do that as well but just wanted to know if the tool can itself generate a single maf file. Thank you for the quick reply!