RandomAccessManager.this

Constructs new manager with given index file. This allows to do random-access interval queries.

  1. this(string filename)
  2. this(BamReader reader)
  3. this(string filename, BaiFile bai)
    class RandomAccessManager
    this
    (
    string filename
    ,)
  4. this(BamReader reader, BaiFile bai)

Parameters

filename string

location of BAM file

bai BaiFile

index file

Meta