Entering edit mode
5.4 years ago
sselvar
▴
40
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?
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!