tef | R Documentation |
Function to get the Threshold for effective tests (TEF)
tef(object)
object |
An |
A number indicating the efective threshold.
Evaluating the effective numbers of independent tests and significant p-value thresholds in commercial genotyping arrays and public imputation reference datasets. Miao-Xin Li, Juilian M. Y. Yeung, Stacey S. Cherny and Pak C. Sham. May 2012 Hum Genet.
exwas as a constructor for ExWAS objects
data(exposome) w1 <- exwas(expo[1:5, ], asthma~1, family = "binomial") w2 <- exwas(expo[1:5, ], asthma~sex+age, family = "binomial") tef(w1) tef(w2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.