TestNumberThreshold: Test the parameter NumberThreshold

Description Usage Arguments Value Author(s) References Examples

View source: R/TestNumberThreshold.R

Description

This function check the parameter NumberThreshold

Usage

1
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

Author(s)

Junliang Shang shangjunliang110@163.com

References

None

Examples

1
2
3
MaxOrder <- 3
NumberThreshold <- c("5","20","10")
TestNumberThreshold(MaxOrder, NumberThreshold)

CINOEDV documentation built on May 29, 2017, 9:07 p.m.