View source: R/create_test_plink_text_filenames.R
create_test_plink_text_filenames | R Documentation |
plink_text_filenames
to be used in testing.Create a set of plink_text_filenames
to be used in testing.
create_test_plink_text_filenames(
map_filename = "test.map",
ped_filename = "test.ped"
)
map_filename |
name of a |
ped_filename |
name of a |
a list with the following elements:
map_filename
: the .map
filename
ped_filename
: the .ped
filename
Richèl J.C. Bilderbeek
Use create_plink_text_filenames to creata a set
of PLINK
text filenames.
plinkr
has the following functions to create sets of filenames,
depending on the data:
PLINK
text files: use create_plink_text_filenames
PLINK
binary files: use create_plink_bin_filenames
PLINK2
binary files: use create_plink2_bin_filenames
create_test_plink_text_filenames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.