plotMadSeq {MADSEQ}R Documentation

density plot for posterior distribution of selected model

Description

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

Usage

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

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

## plot the posterior distribution
plotMadSeq(aneuploidy_chr18)

[Package MADSEQ version 1.14.0 Index]