-
Notifications
You must be signed in to change notification settings - Fork 97
Variant Storage Engine
Jacobo Coll Moragón edited this page Mar 10, 2016
·
7 revisions
- Study oriented
- Cohort definition
Different vcf types:
- Aggregated VCFs Variant files with no sample specific values. Just aggregated data
- Merged VCFs Variant files with a batch of samples with specific samples data.
- gVCFs Single sample files with information for all the positions.
Split into steps:
- Transform
- Load
- Annotate
- Calculate Stats
- Validation
- Variant Normalization
- Variant Merging Plugin dependent.
Annotate variants using CellBase annotator. Can use other annotators like VEP.
- Variant stats (cohorts)
- Global stats
- Sample stats (pending)
OpenCGA is an open source project and it is freely available.
General
- Home
- Architecture
- Data Models
- RESTful Web Services
- Configuration
- Download and Installation
- Tutorials
OpenCGA Catalog
OpenCGA Storage
About