Learn R Programming

aroma.core (version 3.0.0)

doCBS: Performs Circular Binary Segmentation (CBS) on a data set

Description

Performs Circular Binary Segmentation (CBS) on a data set for one or more chip types.

Usage

"doCBS"(dataSet, tags=NULL, chipTypes, arrays=NULL, ..., verbose=FALSE) "doCBS"(ds, arrays=NULL, ...) "doCBS"(dsTuple, arrays=NULL, ..., verbose=FALSE)

Arguments

ds, dsTuple, dataSet
A CopyNumberDataSet, a CopyNumberDataSetTuple or a character string with the name of one of them.
tags
An optional character vector of data set tags (only when dataSet is specified).
chipTypes
A character vector specifying the chip types for the different data sets (only when dataSet is specified).
arrays
An optional vector specifying the subset of arrays to process.
...
Additional arguments passed to CbsModel and its fit() method.
verbose

Value

Returns the output dataset of CbsModel.