Hello, snpSift can annotate vcf file from other database vcf, and -info option to annotate specific fields.
You can use the -info command line option if you only want select only a subset of fields from db.vcf file.
I need some examples to show me how to use -info correctly.Example, my clinvar database vcf file:
#CHROM POS ID REF ALT QUAL FILTER INFO
.....ALLELEID=446939;CLNDISDB=MedGen:C4015293,OMIM:616126,Orphanet:ORPHA319563;CLNDN=Immunodeficiency_38_with_basal_ganglia_calcification;..........ANN=A|missense_variant|MODERATE|ISG15|ISG15|transcript|NM......
If I don't want ANN fields because My vcf file already has, how do I do with -info?
If you don't have solutions for my case, but you did use -info before, It would be appreciate to show me your example command. Thanks.
Hi! can you help me in order to understand an error regarding this
-infooption? I'm trying to use the-foption but it seems not working. my script: java -jar path/to/SnpSift.jar dbnsfp -db /path/to//dbNSFP3.5a/dbNSFP3.5a.txt.gz \ –info ALLELEID,CLNDISDB \ prova.vcf > prova_dbNSFP-f.vcfthe error:
Error: Unknown extra parameter 'ALLELEID,CLNDISDB' SnpSift DbNsfp SnpSift version 4.3p (build 2017-06-06 09:55), by Pablo CingolaniI tried to use different columns but the error is always the same.
Thank you in advance
According to the manual you have to use the
-fparameter to define the fields, when using dbnsfp:fin swimmer
Hello, did you missing "annotate" param? My command like
this works.