50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

CINOEDV (version 2.0)

TestRatioThreshold: Test the parameter RatioThreshold

Description

This function check the parameter RatioThreshold.

Usage

TestRatioThreshold(MaxOrder, RatioThreshold)

Arguments

MaxOrder
numeric. The considered maximum order of epistatic interactions. It must be setted as 1, 2, 3, 4, or 5.
RatioThreshold
character. It controls the numbers of detected SNPs or SNP-combinations with the help of NumberThreshold. The length of RatioThreshold is equal to MaxOrder. Each element is a decimal in [0,1] with the character format.

Value

None

References

None

Examples

Run this code
MaxOrder <- 3
RatioThreshold <- c("1.0","0.5","0.2")
TestRatioThreshold(MaxOrder, RatioThreshold)

Run the code above in your browser using DataLab