callXXorXY.numeric {aroma.cn} | R Documentation |
Calls XX or XY from ChrX allele B fractions of a normal sample
Description
Calls XX or XY from ChrX allele B fractions of a normal sample.
Usage
## S3 method for class 'numeric'
callXXorXY(betaX, betaY=NULL, flavor=c("density"), adjust=1.5, ...,
censorAt=c(-0.5, +1.5), verbose=FALSE)
Arguments
betaX |
|
betaY |
A optional |
flavor |
A |
adjust |
A postive |
... |
Additional arguments passed to
|
censorAt |
A |
verbose |
Value
Returns a ...
Missing and non-finite values
Missing and non-finite values are dropped before trying to call XX or XY.
Author(s)
Henrik Bengtsson, Pierre Neuvial
See Also
Internally findPeaksAndValleys
is used to identify
the thresholds.
[Package aroma.cn version 1.7.1 Index]