summary,MadSeq-method {MADSEQ}R Documentation

Summarize statistics of the MadSeq object

Description

An S4 method to summarize statistics for MadSeq object

Usage

## 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

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

## show statistics
summary(aneuploidy_chr18)

[Package MADSEQ version 1.14.0 Index]