vcf2maf cosmic annotation
when I convert vcf files to maf files using default parameters in vcf2maf, i do not get COSV/COSM id annotations. what is the vcf2maf equivalent of vep --everything?
cosmic
vcf2maf
vep
• 1,652 views
•
link
written
by
anubratadas •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
vcf2maf --ref-fasta is missing or empty
written by Rozita •Hi, I would like to run vcf2maf on my vcf files and I followed the instructions here https://github.com/mskcc/vcf2maf#quick-start and installed VEP using the instructions here: …
-
How to keep quality annotations in MAF file using vcf2maf?
written by Gonzalo •Hi everyone, I have a query regarding the use of vcf2maf. I used Ensembl vep to annotate a vcf file, then I used vcf2maf to …
-
Conversion of Vep.vcf to MAF format?
written by Thind amarinderI have Vep.vcf files and I would like to convert it into MAF. But I do not want to execute VEP again, as required by …
-
vcf2maf VEP annotated VCF conversion
written by Martina •Dear all, I heard many times about possibility to convert annotated vcf to maf with vcf2maf by rewriting of name to *.vep.vcf (which marks that …
-
Is it possible to generate a single maf file from multiple vcf files using vcf2maf ?
written by sselvar •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 …
-
How to skip vep-annotating step for vcf2maf
written by Laven9 •I have got my `variant.vcf` annotated at the web of `VEP` and downloaded the annotated `variant.annotated.vcf` file. My problem is : now I want to …
-
Problem in converting vcf to maf using vcf2maf tools
written by RahelehHi, I want to convert my vcf file (VarScan output) to maf file to generate some publication-quality images using maftools (R package). Based on the …
-
vcf2maf not generating `t_depth t_ref_count t_alt_count` columns in MAF file
written by Alejandro Jimenez SanchezI am using vcf2maf to convert VCF files into MAF files, however the columns `t_depth t_ref_count t_alt_count` are empty for some new VCF files I …
-
Running vcf2maf on snpeff-annotated vcfs
written by becky3.a •Hi, I have vcf files that were annotated using snpeff v4.3 and I would like to convert them to maf using vcf2maf. My first run …
-
VCF2MAF does not recognize option --cache-version
written by kjnousia •Hi, I have been trying to use vcf2maf 1.6.9 with current Ensembl VEP (version 85) to convert vcf files to maf. My data is preprocessed …
vcf2maf uses vep under the hood but at some point, I replaced "vep --everything" with each of the arguments that correspond to "vep --everything". I think the specific argument that populates COSV/COSM IDs is "--var_synonyms" which seems new and is not yet incorporated into vcf2maf. For now, you can add "--var_synonyms" to this VEP command in your local copy of vcf2maf.
Thank you so much Cyriac Kandoth for clearing my doubt!