TestRatioThreshold: Test the parameter RatioThreshold

Description Usage Arguments Value Author(s) References Examples

View source: R/TestRatioThreshold.R

Description

This function check the parameter RatioThreshold.

Usage

1
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

Author(s)

Junliang Shang shangjunliang110@163.com

References

None

Examples

1
2
3
MaxOrder <- 3
RatioThreshold <- c("1.0","0.5","0.2")
TestRatioThreshold(MaxOrder, RatioThreshold)

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