create_test_plink_text_filenames: Create a set of 'plink_text_filenames' to be used in testing.

View source: R/create_test_plink_text_filenames.R

create_test_plink_text_filenamesR Documentation

Description

Create a set of plink_text_filenames to be used in testing.

Usage

create_test_plink_text_filenames(
  map_filename = "test.map",
  ped_filename = "test.ped"
)

Arguments

map_filename

name of a PLINK .map file Use read_plink_map_file to read a PLINK .map file.

ped_filename

name of a PLINK .ped file. Use read_plink_ped_file to read a PLINK .ped file.

Value

a list with the following elements:

  • map_filename: the .map filename

  • ped_filename: the .ped filename

Author(s)

Richèl J.C. Bilderbeek

See Also

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

Examples

create_test_plink_text_filenames()

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