get_fields: Get column names from the WGSA output file

Description Usage Arguments Value Examples

View source: R/get-fields.R

Description

WGSA output files can contain thousands of fields, including fields with lists of entries. This function reads the header of a WGSA file and returns a list of fields in the file.

Usage

1

Arguments

source

Path to the WGSA output file to parse

Value

a character vector with the names of the WGSA fields

Examples

1
2
3
4
## Not run: 
all_fields <- get_fields(soure = "WGSA_chr_1.gz")

## End(Not run)

UW-GAC/wgsaparsr documentation built on Aug. 9, 2020, 5:50 a.m.