create_plink_text_filenames: Create a 'plink_text_filenames'

View source: R/create_plink_text_filenames.R

create_plink_text_filenamesR Documentation

Description

Create a plink_text_filenames, which is a list of PLINK text filenames

Usage

create_plink_text_filenames(map_filename, ped_filename)

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 to be used in testing.

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_plink_text_filenames(
  map_filename = "file.map",
  ped_filename = "file.ped"
)

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