callAmplifications.CBS | R Documentation |
Calls (focal) amplifications.
## S3 method for class 'CBS'
callAmplifications(fit, adjust=1, maxLength=2e+07, method=c("ucsf-exp"), ...,
verbose=FALSE)
adjust |
A positive scale factor adjusting the sensitivity of the caller, where a value less (greater) than 1.0 makes the caller less (more) sensitive. |
maxLength |
A |
method |
A |
... |
Additional/optional arguments used to override the default parameters used by the caller. |
verbose |
|
Returns a CBS
object where logical
column
'amplificationCall' has been appended to the segmentation table.
If method == "ucsf-exp"
, then segments are called using [1], i.e.
a segment is called an amplification if ...
Henrik Bengtsson
[1] Fridlyand et al. Breast tumor copy number aberration
phenotypes and genomic instability, BMC Cancer, 2006.
*callGainsAndLosses()
.
*callOutliers()
.
For more information see CBS
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.