SKAT.SSD.All: SNP-set Kernel Association Test

Description Usage Arguments Details Value Author(s)

Description

Iteratively conduct association tests with phenotypes and SNP sets in SSD file.

Usage

1
2
3
4
5
	SKAT.SSD.All(SSD.INFO, obj, ..., obj.SNPWeight=NULL)
	
	SKATBinary.SSD.All(SSD.INFO, obj, ..., obj.SNPWeight=NULL)

 

Arguments

SSD.INFO

an SSD_INFO object returned from Open_SSD.

obj

an output object of the SKAT_Null_Model function.

...

further arguments to be passed to “SKAT” or “SKATBinary”.

obj.SNPWeight

an output object of Read_SNP_WeightFile (default=NULL). If NULL, the beta weight with the “weights.beta” parameter is used.

Details

Please see SKAT or SKATBinary for details.

Value

results

the dataframe that contains SetID, p-values (P.value), the number of markers in the SNP sets (N.Marker.All), and the number of markers to test for an association after excluding non-polymorphic or high missing rates markers (N.Marker.Test).

P.value.Resampling

the matrix that contains p-values of resampled phenotypes.

Author(s)

Seunggeun Lee


ttimbers/SKAT documentation built on June 1, 2019, 2:48 a.m.