An n by m numeric matrix containing DNA copy number data from n subjects at m markers.
num.perms
A positive integer that represents the number of cyclic shifts used to create
the empirical distribution.
random.seed
An optional random seed (default = NULL).
Details
The cyclic shift procedure is detailed in Bioinformatics (2011) 27(5) 678 - 685. Briefly,
cyclic shift is a permutation procedure for DNA copy number data that largely preserves the underlying
correlation of the markers. This function uses num.perms cyclic shifts of the copy number matrix
x to create an approximate null distribution for max(colSums(x)) or min(colSums(x)).
The statistical significance of the observed value of max(colSums(x)) or min(colSums(x))
is assessed by the functions quickLook and detailedLook.