class Meru::SmudgeTable

Defined in:

meru/smudge.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.from_pairs(pairs : PairTable) : SmudgeTable #

[View source]
def self.new(bins : Hash(SmudgeKey, UInt64)) #

[View source]

Class Method Detail

def self.format_float(value : Float64) : String #

[View source]

Instance Method Detail

def bins : Hash(SmudgeKey, UInt64) #

[View source]
def max_total_coverage : UInt64 #

[View source]
def total_count : UInt64 #

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

[View source]