TestCNV,ExomeDepth-method: TestCNV
Description
Computes the Bayes Factor in favour of a CNV defined by position and type.
Usage
# S4 method for ExomeDepth
TestCNV(x, chromosome, start, end, type)
Arguments
chromosome
Character, chromosome name.
start
Numeric, start of the tested CNV
end
Numeric, end of the tested CNV
type
Character, must be either deletion
or duplication
.