Description Usage Arguments Examples
Takes in a plink map file and a plink ped file and creates a dataframe with headers
1 | generate_snp_data(map_file, ped_file)
|
map_file |
The name of the .map file. Should be tab delimited with no header. |
ped_file |
The name of the .ped file. Should be space delimited with no header. |
1 | generate_snp_data("HapMap_Mito_Seq_QC_2.map","HapMap_Mito_Seq_QC_2.ped")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.