Arguments
chromosome
Chromosome information for each exon (factor).
start
Start (physical position) of each exon (numeric, must have the same
length as the chromosome argument).
end
End (physical position) of each exome (numeric, must have the same
length as the chromosome argument).
name
Name of each exon (character or factor).
transition.probability
Transition probability of the hidden Markov Chain from the normal
copy number state to either a deletion or a duplication. The default
(0.0001) expect approximately 20 CNVs genome-wide.
expected.CNV.length
The expectation for the length of a
CNV. This value factors into the Viterbi algorithm that is used to
compte the transition from one state to the next, which depends on
the distance between exons.