| BAMReferenceIndexes Properties |
The BAMReferenceIndexes type exposes the following members.
| Name | Description | |
|---|---|---|
| Bins |
Gets list of Bin index information.
| |
| FirstOffSetSeen |
The location of the first offset in this file for a read from this index
| |
| HasMetaData |
Does this read have meta data associated with it? (number of mapped/unmapped reads?)
Note that the meta-data is not standardized yet across implementations
| |
| LastOffSetSeen |
The location of the last offset in this file for a read from this index.
| |
| LinearIndex |
Gets list of Linear file offsets.
An array holding the linear offsets to be output
| |
| MappedReadsCount |
Count of the number of mapped reads, may be inferred from index file.
| |
| UnMappedReadsCount |
Count of the number of unmapped reads (Typically
those where a read does not align to a reference but its
mate does, though this is not guaranteed).
|