Learn R Programming

CINOEDV (version 2.0)

TestNumberThreshold: Test the parameter NumberThreshold

Description

This function check the parameter NumberThreshold

Usage

TestNumberThreshold(MaxOrder, NumberThreshold)

Arguments

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

Value

None

References

None

Examples

Run this code
MaxOrder <- 3
NumberThreshold <- c("5","20","10")
TestNumberThreshold(MaxOrder, NumberThreshold)

Run the code above in your browser using DataLab