plotMadSeq: density plot for posterior distribution of selected model

Description Usage Arguments Value Author(s) See Also Examples

Description

plot the density plot for each of the parameters in the posterior distribution from selected model

Usage

1
2
3
4
plotMadSeq(object)

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

Arguments

object

A MadSeq object returned by runMadSeq function.

Value

the density plot for parameters in the posterior distribution of selected model.

Author(s)

Yu Kong

Yu Kong

See Also

runMadSeq, plotFraction, plotMixture

Examples

1
2
3
4
5
## load the example MadSeq object come with the package
data("aneuploidy_chr18")

## plot the posterior distribution
plotMadSeq(aneuploidy_chr18)

MADSEQ documentation built on Nov. 8, 2020, 6:51 p.m.