RegionList.addRegion

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

  1. void addRegion(string reg)
  2. void addRegion(int tid, int beg, int end)
    struct RegionList
    void
    addRegion
    (
    int tid
    ,
    int beg
    ,
    int end
    )

Meta