struct
Depth::Stats::DepthStat
- Depth::Stats::DepthStat
- Struct
- Value
- Object
Defined in:
depth/stats/depth_stat.crConstructors
Class Method Summary
- .from_array(array : Array(Int32), start_idx : Int32 = 0, end_idx : Int32 = -1)
- .from_slice(slice : Slice(Int32))
Instance Method Summary
- #+(other : DepthStat) : DepthStat
-
#bases : Int64
number of bases with coverage > 0 (mosdepth "bases")
-
#bases=(bases : Int64)
number of bases with coverage > 0 (mosdepth "bases")
- #clear
- #initialize
- #max_depth : Int32
- #max_depth=(max_depth : Int32)
- #min_depth : Int32
- #min_depth=(min_depth : Int32)
- #n_bases : Int64
- #n_bases=(n_bases : Int64)
- #sum_depth : UInt64
- #sum_depth=(sum_depth : UInt64)