Hi All,
I want to do variant-effect prediction on SNP data from multiple individuals with the following format. SNPEff only accept vcf format. Does any other tool exist to accept this format or what is the best way to convert this format to vcf format?
chr1 21 C T 0.6629 N N N N N N T C,T N N C,T N N C,T N C,T N T T C,T N T N N C,T N N N N N N
chromosome, position, reference base, Alternative alleles, Alternative allele frequency, SNPs from multiple individuals (col 6-36)
Thanks,
RT
In the title and tags you mention Ensembl's VEP, but in the actual question you mention SNPeff. So which do you want to convert things for? VEP accepts a pretty straight forward tab-separated format, so that's be pretty trivial to convert to.
Edit: In fact, SNPeff can accept a pretty similar tabular format to VEP.
Hi,
What is this format called and what tool did you get this as output from?