class

Meru::Histogram

Inherits Reference < Object

Constructors

from_counts(counts : KmerCounts) : Histogram
Source
new(bins : Hash(UInt32, UInt64))
Source

Instance methods

bins
Source
distinct_kmers
Source
each_bin(min_depth : Int32 = 1, max_depth : Int32 | Nil = nil, & : UInt32, UInt64 -> )
Source
max_coverage
Source
peak_coverage
Source
singleton_kmers
Source
write_tsv(path : String, min_depth : Int32 = 1, max_depth : Int32 | Nil = nil)
Source