This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Vcf File For Reference (Exome Sequencing)

I'm currently designing a workflow to analyze some exome sequencing data (VCF).

Now, I'd like to test this workflow to test it against a 'reference' VCF.

I want to check if my workflow can retrieve the gene(s) that would have been previously found to be involved in a genetic disease (and published )

Do you know where I could find this kind of public VCF ?

Thanks.

Pierre

(Note: I have the feeling I already asked this kind of question before but can't retrieve it. May be, I asked it on tweeter)

next-gen sequencing vcf reference workflow

4 answers

Hi, (just in case if you missed it) there is a 1000 genomes project database where you can find VCF files: ftp://ftp-trace.ncbi.nih.gov/1000genomes/ftp/release/20101123/interim_phase1_release/

more data can be found at: ftp://ftp-trace.ncbi.nih.gov/1000genomes/ftp/pilot_data/release/2010_07/

Ilia

Thanks , but I'm looking for some VCF files where it is known that there is somewhere a mutation causing a genetic disease.

someone here recommended the Jay Shendure proof of concept 12 exome Freeman-Sheldon syndrome data but I cannot find the VCFs for that, if they exist

The best resources for this kind of data are OMIM(public) and HGMD(proprietary) but neither comes in vcf format. You may want to parse these databases into a vcf file if that's the only format you want to work with.

I'm wondering if the Annovar program has any ability like this or if it could easily be altered to perform what you mention? From my limited exposure it sounds appropriate and seems quite customisable.

SNPs3D has list of Candidate human Disease associate Genes and SNPs. I am afraid, You might need to parse it to vcf format

Log in to answer this question.