class Meru::Histogram

Defined in:

meru/histogram.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_counts(counts : KmerCounts) : Histogram #

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

[View source]

Instance Method Detail

def bins : Hash(UInt32, UInt64) #

[View source]
def distinct_kmers : UInt64 #

[View source]
def each_bin(min_depth : Int32 = 1, max_depth : Int32 | Nil = nil, & : UInt32, UInt64 -> ) #

[View source]
def max_coverage : UInt32 #

[View source]
def peak_coverage : UInt32 #

[View source]
def singleton_kmers : UInt64 #

[View source]
def write_tsv(path : String, min_depth : Int32 = 1, max_depth : Int32 | Nil = nil) #

[View source]