Description Usage Arguments Value
create_data_from_plink_files()
reads .bim and .frq plink files
and merge then into one data.table
1 2 3 | create_data_from_plink_files(files_path,
pop_name = tail(unlist(strsplit(files_path, "/")), n = 1),
one_allele_perline = TRUE)
|
files_path |
string with full path of .bim and .frq files |
pop_name |
string with the name of the population. DEFAULT is the prefix of .bim and .frq files. |
one_allele_perline |
boolean. Transform data from one SNP per line to one allele per line, Default TRUE. |
data.table with the information of .bim and .frq files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.