|
libBigWig
|
Holds interval:value associations. More...
#include <bigWig.h>
Data Fields | |
| uint32_t | l |
| uint32_t | m |
| uint32_t * | start |
| uint32_t * | end |
| float * | value |
Holds interval:value associations.
| uint32_t* bwOverlappingIntervals_t::end |
The end positions (0-based half open)
| uint32_t bwOverlappingIntervals_t::l |
Number of intervals held
| uint32_t bwOverlappingIntervals_t::m |
Maximum number of values/intervals the struct can hold
| uint32_t* bwOverlappingIntervals_t::start |
The start positions (0-based half open)
| float* bwOverlappingIntervals_t::value |
The value associated with each position
1.8.17