validateFrequencyCutoffs {midasHLA}R Documentation

Validate frequency cutoffs

Description

validateFrequencyCutoffs checks if lower_frequency_cutoff and upper_frequency_cutoff are valid.

Usage

validateFrequencyCutoffs(lower_frequency_cutoff, upper_frequency_cutoff)

Arguments

lower_frequency_cutoff

Number

upper_frequency_cutoff

Number

Details

lower_frequency_cutoff and upper_frequency_cutoff should be a positive numbers, giving either frequency or counts. lower_frequency_cutoff has to be lower than upper_frequency_cutoff.

Value

Logical indicating if lower_frequency_cutoff and upper_frequency_cutoff are valid.


[Package midasHLA version 1.1.0 Index]