class
Meru::Histogram
- Meru::Histogram
- Reference
- Object
Defined in:
meru/histogram.crConstructors
Instance Method Summary
- #bins : Hash(UInt32, UInt64)
- #distinct_kmers : UInt64
- #each_bin(min_depth : Int32 = 1, max_depth : Int32 | Nil = nil, & : UInt32, UInt64 -> )
- #max_coverage : UInt32
- #peak_coverage : UInt32
- #singleton_kmers : UInt64
- #write_tsv(path : String, min_depth : Int32 = 1, max_depth : Int32 | Nil = nil)