create_phenotype_data_filename: Create a 'phenotype_data_filename'

View source: R/create_phenotype_data_filename.R

create_phenotype_data_filenameR Documentation

Create a phenotype_data_filename

Description

Create a phenotype_data_filename

Usage

create_phenotype_data_filename(phe_filename)

Arguments

phe_filename

name of a phenotype (.phe) file, as checked by check_phe_filename. Use read_plink_phe_file to read a raw phenotype file.

Author(s)

Richèl J.C. Bilderbeek

See Also

use create_test_phenotype_data_filename to create a phenotype_data_filename to be used in testing

Examples

phe_filename <- get_plinkr_filename("pheno_with_standard_header.phe")
create_phenotype_data_filename(phe_filename)

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