Learn R Programming

ExomeDepth (version 1.1.15)

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

x

ExomeDepth object

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.