|
libBigWig
|
The header section of a given data block. More...
#include <bwValues.h>
Data Fields | |
| uint32_t | tid |
| uint32_t | start |
| uint32_t | end |
| uint32_t | step |
| uint32_t | span |
| uint8_t | type |
| uint16_t | nItems |
The header section of a given data block.
There are 3 types of data blocks in bigWig files, each with slightly different needs. This is all taken care of internally.
| uint32_t bwDataHeader_t::end |
The end position of a block
| uint16_t bwDataHeader_t::nItems |
The number of values in a given block.
| uint32_t bwDataHeader_t::span |
The span of each data value
| uint32_t bwDataHeader_t::start |
The start position of a block
| uint32_t bwDataHeader_t::step |
The step size of the values
| uint32_t bwDataHeader_t::tid |
The chromosome ID.
| uint8_t bwDataHeader_t::type |
The block type: 1, bedGraph; 2, variable step; 3, fixed step.
1.8.17