-
Notifications
You must be signed in to change notification settings - Fork 97
Variant Storage Engine
Jacobo Coll Moragón edited this page Jun 2, 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)
Once we have loaded variants, it's time to query and get some filtered results. This can be done using the different clients available (Java, Python, JavaScript, R, ...). Read more about the available filters at Querying Variant Data
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