2vcf

command module
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2019 License: MIT Imports: 7 Imported by: 0

README

2vcf

in order to improve individual sovereignty over genetic/genomic information, facilitate a deeper understanding of biology and computation, and promote shared meaning, openb.io provides 2vcf under the MIT license. 2vcf will convert raw genotype data exports from 23andme or Ancestry.com into VCF format.

2vcf produces a VCF that contains annotations from dbSNP build 151 on GRCh37.p13. these annotations include allele frequencies from various sources including 1000 Genomes and ExAC, RefSeq gene annotations, and functional class of the variant.

the source VCF for dbSNP build 151 weighs in at around 15GB. the sites assayed by personal genomics companies are but a tiny fraction of the totality of dbSNP sites. so I make available a reference version of the dbSNP VCF which has been filtered down to those sites likely to be contained in your exported 23andme or Ancestry.com exported raw data. for more details on which sites are included and why, see this writeup on the sources for 2vcf reference v2.0.

usage

  1. download the appropriate binary for your architecture from the most recent github release. un-tar the contents after downloading.

  2. download the reference vcf http://openb.io/2vcf/2vcf-v2.0.vcf.gz

  3. download your raw genotype data from 23andme or Ancestry.

  4. now run the 2vcf binary with the appropriate options:

./2vcf conv 23andme --ref path/to/2vcf-v2.0.vcf.gz \
    --input path/to/my/raw/genotypes.zip \
    --output my-personal-annotated.vcf.gz

Please report any errors or difficulties with the utility.

Documentation

Overview

2vcf is a converter for 23andme or ancestry genotype data into VCF format

Directories

Path Synopsis
Package convert handles the merging of microarray genotype calls with the more detailed information required for a VCF.
Package convert handles the merging of microarray genotype calls with the more detailed information required for a VCF.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL