Generate_SSD_SetID: Generate SNP set data file (SSD)

Description Usage Arguments Details Author(s)

Description

Generate a SNP set data file (SSD) from binary plink formated data files using user specified SNP sets. If you want to use plink formated data files, you must generate the SSD files first.

Usage

1
2
3
	Generate_SSD_SetID(File.Bed, File.Bim, File.Fam, File.SetID,
	 File.SSD, File.Info)
 

Arguments

File.Bed

name of the binary ped file (BED).

File.Bim

name of the binary map file (BIM).

File.Fam

name of the FAM file (FAM).

File.SetID

name of the Snp set ID file which defines SNP sets. The first column of the file must be Set ID, and the second column must be SNP ID. There should be no header!!

File.SSD

name of the SSD file generated.

File.Info

name of the SSD info file generated.

Details

The SetID file is a white-space (space or tab) delimitered file with 2 columns: SetID and SNP_ID.

Please keep in mind that there should be no header! The SNP_IDs and SetIDs should be less than 50 characters, otherwise, it will return error message.

The SSD file is a binary formated file with genotypes. The SSD info file is a text file. The first 6 rows have general information of data and SNP sets. The information of each set can be found from the 8th row.

Author(s)

Seunggeun Lee, Larisa Miropolsky


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