| posterior {MADSEQ} | R Documentation |
An S4 method to access the posterior distribution of
MadSeq object
posterior(object) ## S4 method for signature 'MadSeq' posterior(object)
object |
A |
A matrix containing posterior distribution of selected model
Yu Kong
Yu Kong
## load the example MadSeq object come with the package
data("aneuploidy_chr18")
## access posterior distribution
posterior(aneuploidy_chr18)