|
libBigWig
|
A structure that holds everything needed to access a bigWig file. More...
#include <bigWig.h>
Data Fields | |
| URL_t * | URL |
| bigWigHdr_t * | hdr |
| chromList_t * | cl |
| bwRTree_t * | idx |
| bwWriteBuffer_t * | writeBuffer |
| int | isWrite |
| int | type |
A structure that holds everything needed to access a bigWig file.
| chromList_t* bigWigFile_t::cl |
A list of chromosome names (the order is the ID).
| bigWigHdr_t* bigWigFile_t::hdr |
The file header.
| bwRTree_t* bigWigFile_t::idx |
The index for the full dataset.
| int bigWigFile_t::isWrite |
0: Opened for reading, 1: Opened for writing.
| int bigWigFile_t::type |
0: bigWig, 1: bigBed.
| URL_t* bigWigFile_t::URL |
A pointer that can handle both local and remote files (including a buffer if needed).
| bwWriteBuffer_t* bigWigFile_t::writeBuffer |
The buffer used for writing.
1.8.17