fit.CopyNumberSegmentationModel | R Documentation |
Fits the model.
## S3 method for class 'CopyNumberSegmentationModel'
fit(this, arrays=NULL, chromosomes=getChromosomes(this), force=FALSE, ...,
.retResults=FALSE, verbose=FALSE)
arrays |
A |
chromosomes |
A |
force |
If |
... |
Additional arguments passed to the segmentation method for
the |
.retResults |
If |
verbose |
A |
Returns a named list
of named list
s.
Arguments in ...
are passed down to the internal fit function,
which means that it is possible to fine tune even further.
Henrik Bengtsson
For more information see CopyNumberSegmentationModel
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.