posterior: Accessing posterior distribution of MadSeq object

Description Usage Arguments Value Author(s) See Also Examples

Description

An S4 method to access the posterior distribution of MadSeq object

Usage

1
2
3
4
posterior(object)

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

Arguments

object

A MadSeq object returned by runMadSeq function

Value

A matrix containing posterior distribution of selected model

Author(s)

Yu Kong

Yu Kong

See Also

MadSeq, runMadSeq

Examples

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

## access posterior distribution
posterior(aneuploidy_chr18)

ykong2/MADSEQ documentation built on May 4, 2019, 5:30 p.m.