classify_from_trio_p_values: classify the inheritance state of the child's CNV call

Description Usage Arguments Value Examples

Description

classify the inheritance state of the child's CNV call

Usage

1
classify_from_trio_p_values(mom_p_value, dad_p_value, proband_p_value)

Arguments

mom_p_value

p-value for mom's scores belonging to the null model

dad_p_value

p-value for dad's scores belonging to the null model

proband_p_value

p-value for proband's scores belonging to the null model

Value

inheritance classification for the CNV eg("de_novo", "uncertain", "paternal_inh" etc)

Examples

1
2
3
4
mom_p = 0.1
dad_p = 0.1
child_p = 0.0001
classify_from_trio_p_values(mom_p, dad_p, child_p)

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