callSegmentationOutliers | R Documentation |
Calls/drops single-locus outliers along the genome that have a signal that differ significantly from the neighboring loci.
## Default S3 method:
callSegmentationOutliers(y, chromosome=0, x=NULL, method="DNAcopy::smooth.CNA", ...,
verbose=FALSE)
## S3 method for class 'data.frame'
callSegmentationOutliers(y, ...)
## Default S3 method:
dropSegmentationOutliers(y, ...)
## S3 method for class 'data.frame'
dropSegmentationOutliers(y, ...)
y |
A |
chromosome |
(Optional) An |
x |
Optional |
method |
A |
... |
Additional arguments passed to internal outlier detection method. |
verbose |
See |
callSegmentationOutliers()
returns a logical
vector
of length J.
dropSegmentationOutliers()
returns an object of the same type
as argument y
, where the signals for which outliers were called
have been set to NA
.
Signals as well as genomic positions may contain missing
values, i.e. NA
s or NaN
s. By definition, these cannot
be outliers.
Henrik Bengtsson
Internally smooth.CNA
is utilized to identify
the outliers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.