The pedigree is read from a file with a tabular structure. The columns are separated by a character given by ps_delim.
read_prp_pedigree(ps_pedig_path, ps_delim = "|", pcol_types = NULL)
ps_pedig_path | path to the pedigree input file |
---|---|
ps_delim | column delimiting character |
tbl_pedigree tibble containing pedigree
if (FALSE) { p <- read_prp_pedigree(ps_pedig_path = system.file('extdata', 'PopReport_SN_ohne_20210115.csv_adaptfin2.csv', package = 'qprppedigree')) }