class
Meru::PairTable
- Meru::PairTable
- Reference
- Object
Defined in:
meru/pairs.crConstructors
Instance Method Summary
- #add(cov_a : UInt32, cov_b : UInt32, count : UInt64 = 1_u64) : Nil
- #bins : Hash(CoveragePair, UInt64)
- #empty? : Bool
- #merge!(other : PairTable) : Nil
- #total_pairs : UInt64
- #write_tsv(path : String)