deltaBIC {MADSEQ}R Documentation

Accessing delta BIC of MadSeq object

Description

An S4 method to access the delta BIC values of MadSeq object

Usage

deltaBIC(object)

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

Arguments

object

A MadSeq object returned by runMadSeq function

Value

A numeric vector containing deltaBIC values between selected model and other models

Author(s)

Yu Kong

See Also

MadSeq, runMadSeq

Examples

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

## access deltaBIC 
deltaBIC(aneuploidy_chr18)

[Package MADSEQ version 1.18.0 Index]