posterior {MADSEQ}R Documentation

Accessing posterior distribution of MadSeq object

Description

An S4 method to access the posterior distribution of MadSeq object

Usage

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

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

## access posterior distribution
posterior(aneuploidy_chr18)

[Package MADSEQ version 1.19.0 Index]