getChangedRegions(intensities, positions, normalized.to=1, interval, threshold, minlength=2, ...)intensities vector, else the values in positions are used. Both vectors are sorted in the order of positions. normalized.to value, a deleted region is recognized, and vice versa.normalized.to - threshold, or above normalized.to + threshold a changed region is calledquantsmooth functionup, start and end. start and end indicate positions in the vector of the first and last position that were up- or downregulated
quantsmooth to detect regions in the genome that are abnormal.
If interval is set then a smoothed line is calculated for tau = 0.5 - interval/2, and a region is determined as upregulated if this line is above the reference. Down regulation is determined when the smoothed line for tau = 0.5 + interval/2 is below the reference value.
If threshold is set then a smoothed line is calculated for tau = 0.5 and up- or down regulation are determined when this line is outside the range [normalized.t - threshold:normalized.to + threshold]
data(chr14)
getChangedRegions(ill.cn[,1],ill.pos,normalized.to=2,interval=0.5)
Run the code above in your browser using DataLab