plotMixture {MADSEQ}R Documentation

density plot for the posterior distribution of alternative allele frequency estimated from the selected model

Description

density plot presents the posterior distribution of alternative allele frequency (AAF) estimated from selected model

Usage

plotMixture(object)

## S4 method for signature 'MadSeq'
plotMixture(object)

Arguments

object

A MadSeq object returned by runMadSeq function.

Value

density plot for the posterior distribution of AAF

Author(s)

Yu Kong

Yu Kong

See Also

runMadSeq, plotMadSeq, plotFraction

Examples

## load the example MadSeq object come with the package
data("aneuploidy_chr18")

## plot the distribution of estimated AAF
plotMixture(aneuploidy_chr18)

[Package MADSEQ version 1.19.0 Index]