get_l2r_z_scores: get Z transformed L2R scores in the population, and in the...

Description Usage Arguments Value Examples

Description

get Z transformed L2R scores in the population, and in the proband family

Usage

1
get_l2r_z_scores(mom_data, dad_data, child_data, population)

Arguments

mom_data

vector of l2r values for the mother, or NULL if unavailable

dad_data

vector of l2r values for tthe father, or NULL if unavailable

child_data

vector of l2r values for the child

population

l2r values for parents not in proband's family

Value

list of population Z scores (as vector), and family Z scores (as list)

Examples

1
2
population = data.frame(a=c(0.5, 0.1), b=c(0.3, 0.2))
get_l2r_z_scores(mom_data=c(1,2), dad_data=c(0,3), child_data=c(3,3), population)

jeremymcrae/cifer documentation built on May 19, 2019, 5:08 a.m.