Learn R Programming

PSCBS (version 0.67.0)

nbrOfChangePoints.AbstractCBS: Gets the number of change points

Description

Gets the number of change points, which is defined as the number of segments minus the number of chromosomes.

Usage

# S3 method for AbstractCBS
nbrOfChangePoints(fit, ignoreGaps=FALSE, dropEmptySegments=TRUE, ...)

Value

Returns an integer.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

*nbrOfSegments() *nbrOfChromosomes() For more information see AbstractCBS.