Read BAM Index, BAI, file
Index = bamindexread(File)
reads Index
= bamindexread(File
)File
,
a BAI file, and returns Index
, a MATLAB® structure
that specifies the offsets into the compressed Binary Sequence Alignment/Map
(BAM) file and decompressed data block for each reference sequence
and range of positions (bins) on each reference sequence.
|
Character vector or string specifying a file name, or a path and a file name, of a BAM file or
a BAI file. If |
|
MATLAB array of structures that specifies the offsets into
the compressed Binary Sequence Alignment/Map (BAM) file and decompressed
data block for each reference sequence and range of positions (bins)
on the reference sequence.
|