PleioChiTest | R Documentation |
Compute a multi-trait test statistic for pleiotropic effects using summary statistics from association tests
PleioChiTest(data)
data |
A data frame with the first column containing the SNP name and the remaining columns the signed t-values obtained for each marker in the association studies individually performed for each trait. |
This function tests a null hypothesis stating that each SNP does not affect any of the traits included in the input file. The method applied here is an implementation of the statistic proposed at Bolormaa et al. (2014) and is approximately distributed as a chi-squared with n degrees of freedom, where n is equal the number of traits included in the input file.
A data frame with the multi-trait chi-squared statistics and the correspondent p-value obtained for each SNP.
Bolormaa et al. (2014) Plos Genetics, Volume 10, Issue 3, e1004198. (\Sexpr[results=rd]{tools:::Rd_expr_doi("10.1371/journal.pgen.1004198")})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.