Description Usage Arguments Details Author(s)
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.
1 2 3 | Generate_SSD_SetID(File.Bed, File.Bim, File.Fam, File.SetID,
File.SSD, File.Info)
|
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. |
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.
Seunggeun Lee, Larisa Miropolsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.