plot_cnv: plot the density of Z-scores from the population and trio

Description Usage Arguments Examples

Description

plot the density of Z-scores from the population and trio

Usage

1
plot_cnv(z_scores, cnv)

Arguments

z_scores

list of Z scores for unrelated parents, and Z scores for members of the current trio

cnv

one row dataframe that contains the CNV's details (used to identify the plot)

Examples

1
2
3
4
z_scores = list('population'=rnorm(1000), 'mom'=4, 'dad'=0, 'proband'=4)
cnv = list('person_id'='sample_1', 'chrom'='1', 'start'=1000, 'end'=2000,
    'inheritance'='maternal_inh')
plot_cnv(z_scores, cnv)

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