SAMReader.opIndex
- auto opIndex(string[] regions)
- auto opIndex(string contig, Interval!cs coords)
- auto opIndex(int tid, Interval!cs coords)
- auto opIndex(string contig, Coordinate!bs pos)
- auto opIndex(int tid, Coordinate!bs pos)
- auto opIndex(string tid, Coordinate!bs pos1, Coordinate!bs pos2)
- auto opIndex(int tid, Coordinate!bs pos1, Coordinate!bs pos2)
- auto opIndex(string ctg, OffsetType endoff)
- auto opIndex(int tid, OffsetType endoff)
- auto opIndex(string ctg, Tuple!(Coordinate!bs, OffsetType) coords)
- auto opIndex(int tid, Tuple!(Coordinate!bs, OffsetType) coords)
- auto opIndex(string ctg, Tuple!(OffsetType, OffsetType) coords)
struct SAMReader
opIndex
(,Tuple!(OffsetType, OffsetType) coords ) - auto opIndex(int tid, Tuple!(OffsetType, OffsetType) coords)
dhtslib sam reader SAMReader
aliasesconstructorsfunctionspropertiesstructsvariables
opIndex two Offsets i.e fai["chrom1", $-2 .. $]