get_test_psam_table: Get a simple '.psam' table

View source: R/get_test_psam_table.R

get_test_psam_tableR Documentation

Get a simple .psam table

Description

Get 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.

Usage

get_test_psam_table()

Value

a .psam table

Note

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.

Author(s)

Richèl J.C. Bilderbeek

Examples

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")
)

richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.