Hi all!
I was wondering whether anyone is aware of any existing tools to summarise snpEffs vcf output.
I have a few hundred vcf files from snpEff and want to know how often there is, for example a high impact*, mutation in the same gene. So the output would indicate in how many of my vcf files was there a high impact mutation.
* As per snpEffs definitions. Relevant to microbes: stop_gained, stop_lost, frameshift
Thanks in advance for any help with this!
This looks really promising and an impressive suite of tools overall!
The issue I'm having with the output right now is I'm getting crazy numbers. I'll check I haven't done anything wrong with snpEff but otherwise have you seen this before:
produces:
what's crazy ? everytime you have a variation (synonymous, non-synonymous, etc...) in this gene, the number is incremented.
yes, I too want to know what "crazy" is - right now if someone asked I couldn't even put an order of magnitude on what "crazy" is
I often don't use taht tool. If you suspect an error, please report an issue: https://github.com/lindenb/jvarkit/issues
I suspect it's my issue, otherwise I will do, thanks again for your help!
The example gene is only 537bp so 86 or 93 would be a crazy amount between this organism and the reference. It must be an error with my data as biologically that is not what would be expected --certainly not for every single gene. The sum of the mutations reported-within genes is also greater than the number of mutations in the entire genome so this seems to be a fair assumption.
not agree: min.POS =2832 max.POS=13283 so length > 10kb
thanks, I'll check this!
Thanks for the reply!
I've interpreted
count.variations
, as you say, as counting all the variations in each gene. The total mutations present in all genes with at least one variation ends up as 297,882, but there are only 30,599 mutations overall.Have I misunderstood? :/ I think there has to be an issue with the reference that I've used with snpEff.
could you give an example command line? I'm trying to look if my genes of interest are present in all of my VCF files. I have few hundreds of annotated VCF files.
Hi, I have an error when I run the program
The annotation was done by in-house qSNP and qAnnonate. Is there a way I could fix this?