|
libBigWig
|
Holds interval:str associations. More...
#include <bigWig.h>
Data Fields | |
| uint32_t | l |
| uint32_t | m |
| uint32_t * | start |
| uint32_t * | end |
| char ** | str |
Holds interval:str associations.
| uint32_t* bbOverlappingEntries_t::end |
The end positions (0-based half open)
| uint32_t bbOverlappingEntries_t::l |
Number of intervals held
| uint32_t bbOverlappingEntries_t::m |
Maximum number of values/intervals the struct can hold
| uint32_t* bbOverlappingEntries_t::start |
The start positions (0-based half open)
| char** bbOverlappingEntries_t::str |
The strings associated with a given entry.
1.8.17