module Depth::Stats::Distribution

Defined in:

depth/stats/distribution.cr

Instance Method Summary

Instance Method Detail

def bump_distribution!(dist : Array(Int64), a : Depth::Core::Coverage, start_i : Int32, stop_i : Int32) #

[View source]
def sum_into!(dist_to : Array(Int64), dist_from : Array(Int64)) #

Add dist_from into dist_to, resizing dist_to if needed (mosdepth sum_into)


[View source]
def write_distribution(io : IO, chrom : String, dist : Array(Int64)) #

[View source]