View source: R/get_test_psam_table.R
get_test_psam_table | R Documentation |
.psam
tableGet a simple .psam
table,
as can be used in testing.
This is the same table as can be obtained by reading
the plinkr example file called
toy_v1_9_after_make-bed_after_make-pgen.psam
.
get_test_psam_table()
a .psam
table
The function has the word get
in its name,
as getting the result is trivial. When getting the result is non-trivial,
the word create
is used.
Richèl J.C. Bilderbeek
get_test_psam_table()
# Same as:
plinkr::read_plink2_psam_file(
plinkr::get_plinkr_filename("toy_v1_9_after_make-bed_after_make-pgen.psam")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.