All input parameters that change with the type of pedigree are returned in a list
get_generic_settings( ps_id_col = "id", ps_sire_col = "sire", ps_dam_col = "dam", ps_bd_col = "birthdate", ps_sex_col = "sex", ps_plz_col = "plz", ps_introg_col = "introg", ps_inb_col = "inb_gen", ps_cryo_col = "cryo", pn_id_col = 1, pn_sire_col = 2, pn_dam_col = 3, ps_col_delim = "|", pl_dtype = list(col = c("idanimal", "idsire", "iddam", "birthdate", "sex", "plz", "introg", "inb_gen", "cryo"), dtp = c("integer", "character", "integer", "date", "character", "integer", "double", "double", "logical")) )
ps_id_col | column header for identifiers |
---|---|
ps_sire_col | column header for sire |
ps_dam_col | column header for dam |
ps_bd_col | column header for birthday |
ps_sex_col | column header for sex |
ps_plz_col | column header for postal code |
ps_introg_col | column header for introgression |
ps_inb_col | column header for inbreeding |
ps_cryo_col | column header for cryo conservation |
pn_id_col | column index for id in pedigree |
pn_sire_col | column index for sire in pedigree |
pn_dam_col | column index for dam in pedigree |
ps_col_delim | column delimiter |
pl_dtype | list with datatypes |