Skip to contents

Parse binning parameters from a YAML formatted file.

Usage

readBinningParameters(file)

Arguments

file

file path

Value

S4 object of class BinParameters.

Examples

file <- system.file('binning_parameters.yml',package = 'binneR')
parameters <- readBinningParameters(file)