struct

Meru::Config

Inherits Struct < Value < Object

Constructors

new(k : Int32 = 21, output_prefix : String = "meru", threads : Int32 = 1, min_depth : Int32 = 1, max_depth : Int32 | Nil = nil, plot : Bool = true, input_paths : Array(String) = [] of String, hist_only : Bool = false, pair_min_depth : Int32 | Nil = nil, pair_max_depth : Int32 | Nil = nil, chunk_size : Int32 = 10000, log_scale : Bool = true, linear_smudge : Bool = false, plot_width : Int32 = 40, plot_height : Int32 = 30)
Source

Instance methods

chunk_size
Source
chunk_size=(chunk_size : Int32)
Source
effective_pair_max_depth
Source
effective_pair_min_depth
Source
hist_only=(hist_only : Bool)
Source
hist_only?
Source
input_paths
Source
input_paths=(input_paths : Array(String))
Source
k=(k : Int32)
Source
linear_smudge=(linear_smudge : Bool)
Source
linear_smudge?
Source
log_scale=(log_scale : Bool)
Source
log_scale?
Source
max_depth
Source
max_depth=(max_depth : Int32 | Nil)
Source
min_depth
Source
min_depth=(min_depth : Int32)
Source
output_prefix
Source
output_prefix=(output_prefix : String)
Source
pair_max_depth
Source
pair_max_depth=(pair_max_depth : Int32 | Nil)
Source
pair_min_depth
Source
pair_min_depth=(pair_min_depth : Int32 | Nil)
Source
plot=(plot : Bool)
Source
plot?
Source
plot_height
Source
plot_height=(plot_height : Int32)
Source
plot_width
Source
plot_width=(plot_width : Int32)
Source
threads
Source
threads=(threads : Int32)
Source