Name: | Exome pVCF file blocks in OQFE pipeline |
For ease of handling the pVCF formatted information for the exome genetics was split across a number of files. This document itemises the content of these files. Data is tab-separated integers with 5 columns as follows:
- Index
- Chromosome
- Block
- First position
- Last position
112 2 14 47067337 53790858which indicates that researchers must fetch the pVCF file for block 14 within chromosome 2.
This resource can be downloaded or viewed using the link: pvcf_blocks.txt
If you have wget available (typically on linux systems), then you can also obtain a copy using the command
wget -nd biobank.ctsu.ox.ac.uk/ukb/ukb/auxdata/pvcf_blocks.txt