PleioChiTest {GALLO}R Documentation

Compute a multi-trait test statistic for pleiotropic effects using summary statistics from association tests

Description

Compute a multi-trait test statistic for pleiotropic effects using summary statistics from association tests

Usage

PleioChiTest(data)

Arguments

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.

Details

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.

Value

A data frame with the multi-trait chi-squared statistics and the correspondent p-value obtained for each SNP.

References

Bolormaa et al. (2014) Plos Genetics, Volume 10, Issue 3, e1004198. (doi:10.1371/journal.pgen.1004198)


[Package GALLO version 1.4 Index]