SAMReader.RegionList

List of regions based on sam/bam

Constructors

this
this(SAMFile* sam, string[] queries)

Members

Functions

addRegion
void addRegion(string reg)

Add a region in standard format (chr1:2000-3000) to the RegionList

addRegion
void addRegion(int tid, int beg, int end)

Add a region by {target/contig/chr id, start coord, end coord} to the RegionList

getRegList
hts_reglist_t[] getRegList()

Undocumented in source. Be warned that the author may not have intended to support it.

Meta