ScanBIC: Compute the modified BIC for change-point models

Description Usage Arguments Details Value Author(s) See Also

View source: R/ScanBIC.R

Description

This computes mBIC for the current change point model. We then use this to determine the appropriate model complexity.

Usage

1
ScanBIC(combX, combZ, tauHat, lik0, nTotal)

Arguments

combX

The number of reads at each unique read position

combZ

The number of case/tumor reads at each unique read position

tauHat

The change points called

lik0

The null likelihood. Computed in the main routine.

nTotal

The total number of reads

Details

This is meanted to be called as a subrountine of ScanCBS

Value

Returns a numerical value of mBIC for the current model

Author(s)

Jeremy J. Shen

See Also

ScanCBS


seqCBS documentation built on May 2, 2019, 9:15 a.m.