struct Depth::Stats::DepthStat

Defined in:

depth/stats/depth_stat.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.from_array(array : Array(Int32), start_idx : Int32 = 0, end_idx : Int32 = -1) #

[View source]
def self.from_slice(slice : Slice(Int32)) #

[View source]

Instance Method Detail

def +(other : DepthStat) : DepthStat #

[View source]
def bases : Int64 #

number of bases with coverage > 0 (mosdepth "bases")


[View source]
def bases=(bases : Int64) #

number of bases with coverage > 0 (mosdepth "bases")


[View source]
def clear #

[View source]
def initialize #

[View source]
def max_depth : Int32 #

[View source]
def max_depth=(max_depth : Int32) #

[View source]
def min_depth : Int32 #

[View source]
def min_depth=(min_depth : Int32) #

[View source]
def n_bases : Int64 #

[View source]
def n_bases=(n_bases : Int64) #

[View source]
def sum_depth : UInt64 #

[View source]
def sum_depth=(sum_depth : UInt64) #

[View source]