read_prp_pedigree: Read Pedigree from csv-file

Description Usage Arguments Value Examples

View source: R/check_pedigree_helper.R

Description

The pedigree is read from a file with a tabular structure. The columns are separated by a character given by ps_delim.

Usage

1
read_prp_pedigree(ps_pedig_path, ps_delim = "|", pcol_types = NULL)

Arguments

ps_pedig_path

path to the pedigree input file

ps_delim

column delimiting character

Value

tbl_pedigree tibble containing pedigree

Examples

1
2
3
4
5
## Not run: 
p <- read_prp_pedigree(ps_pedig_path = system.file('extdata',
'PopReport_SN_ohne_20210115.csv_adaptfin2.csv', package = 'qprppedigree'))

## End(Not run)

pvrqualitasag/qprppedigree documentation built on March 18, 2021, 7:34 a.m.