summary-method: Summarize statistics of the MadSeq object

Description Usage Arguments Value Author(s) Examples

Description

An S4 method to summarize statistics for MadSeq object

Usage

1
2
## S4 method for signature 'MadSeq'
summary(object)

Arguments

object

A MadSeq object returned by runMadSeq function

Value

a table containing statistics for each parameters in the selected model

Author(s)

Yu Kong

Examples

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

## show statistics
summary(aneuploidy_chr18)

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