View source: R/save_ped_table.R
save_ped_table | R Documentation |
.ped
table to file.Save a .ped
table to file to be used by PLINK.
Most columns have a single space between them.
The exceptions, where there are two spaces between the columns are:
between sex_code
and case_control_code
between case_control_code
and the first SNP
between each pair of SNPs
save_ped_table(ped_table, ped_filename)
ped_table |
a 'pedigree' table. A
The Use read_plink_ped_file to read a |
ped_filename |
name of a |
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.