Learn R Programming

SKAT (version 2.2.5)

Read_SNP_WeightFile: Read a file with custom weights

Description

Read a file with custom weights

Usage

Read_SNP_WeightFile(FileName)

Value

Output object has a hash table of SNP IDs and weights.

Arguments

FileName

input file name of a custom weight.

Author

Seunggeun Lee

Details

The file should be a white-space (space or tab) delimitered file with 2 columns: SNP_ID and weight value.

Please keep in mind that there should be no header!!