class Meru::PairTable

Defined in:

meru/pairs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bins : Hash(CoveragePair, UInt64) = Hash(CoveragePair, UInt64).new(0_u64)) #

[View source]

Instance Method Detail

def add(cov_a : UInt32, cov_b : UInt32, count : UInt64 = 1_u64) : Nil #

[View source]
def bins : Hash(CoveragePair, UInt64) #

[View source]
def empty? : Bool #

[View source]
def merge!(other : PairTable) : Nil #

[View source]
def total_pairs : UInt64 #

[View source]
def write_tsv(path : String) #

[View source]