All Projects → plantimals → 2vcf

plantimals / 2vcf

Licence: MIT license
convert 23andme or Ancestry.com raw genotype calls into VCF format, with dbSNP annotations

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to 2vcf

23andme2vcf
convert your 23andme raw file to VCF | DEPRECATED, please see https://github.com/plantimals/2vcf
Stars: ✭ 91 (+116.67%)
Mutual labels:  annotations, vcf, ancestry, 23andme
awesome-genetics
A curated list of awesome bioinformatics software.
Stars: ✭ 60 (+42.86%)
Mutual labels:  ancestry, 23andme
PersianNER
Named-Entity Recognition in Persian Language
Stars: ✭ 48 (+14.29%)
Mutual labels:  annotations
annotated
Schema generation using annotated entities and mappers
Stars: ✭ 19 (-54.76%)
Mutual labels:  annotations
learning vcf file
Learning the Variant Call Format
Stars: ✭ 104 (+147.62%)
Mutual labels:  vcf
dart sealed
Dart and Flutter sealed class generator and annotations, with match methods and other utilities. There is also super_enum compatible API.
Stars: ✭ 16 (-61.9%)
Mutual labels:  annotations
gum
Repository for the Georgetown University Multilayer Corpus (GUM)
Stars: ✭ 71 (+69.05%)
Mutual labels:  annotations
pyheartex
Heartex Python SDK - Connect your own models to Heartex Data Labeling
Stars: ✭ 27 (-35.71%)
Mutual labels:  annotations
calcardbackup
calcardbackup: moved to https://codeberg.org/BernieO/calcardbackup
Stars: ✭ 67 (+59.52%)
Mutual labels:  vcf
kibana-comments-app-plugin
An application plugin to add and visualize comments to your Kibana dashboards
Stars: ✭ 36 (-14.29%)
Mutual labels:  annotations
aspecio
Aspecio, AOP Proxies for OSGi services
Stars: ✭ 14 (-66.67%)
Mutual labels:  annotations
AnnotationInject
Compile-time Swift dependency injection annotations
Stars: ✭ 40 (-4.76%)
Mutual labels:  annotations
accelerator-core-js
Accelerator Core provides a simple way to integrate real-time audio/video into your web application using the OpenTok Platform
Stars: ✭ 24 (-42.86%)
Mutual labels:  annotations
zf-dependency-injection
Advanced dependency injection for laminas framework
Stars: ✭ 17 (-59.52%)
Mutual labels:  annotations
vcf stuff
📊Evaluating, filtering, comparing, and visualising VCF
Stars: ✭ 19 (-54.76%)
Mutual labels:  vcf
geantyref
Advanced generic type reflection library with support for working with AnnotatedTypes (for Java 8+)
Stars: ✭ 73 (+73.81%)
Mutual labels:  annotations
arv
A fast 23andMe DNA parser and inferrer for Python
Stars: ✭ 98 (+133.33%)
Mutual labels:  23andme
phpunit-injector
Injects services from a PSR-11 dependency injection container to PHPUnit test cases
Stars: ✭ 62 (+47.62%)
Mutual labels:  annotations
graphql-metadata
Annotate your graphql schema with lightweight directives
Stars: ✭ 28 (-33.33%)
Mutual labels:  annotations
simple-preferences
Android Library to simplify SharedPreferences use with code generation.
Stars: ✭ 48 (+14.29%)
Mutual labels:  annotations

2vcf

www.openb.io/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].