Usage
pcfPlain(pos.data, kmin = 5, gamma = 40, normalize = TRUE, fast = TRUE,
digits = 4, return.est = FALSE, verbose = TRUE)
Arguments
pos.data
a data frame where the rows represent the probes, column 1 holds probe positions, and subsequent column(s) give the numeric copy number measurements for one or more samples. The header of copy number columns should give sample IDs.
kmin
minimum number of probes in each segment, default is 5.
gamma
penalty for each discontinuity in the curve, default is 40.
normalize
logical value indicating whether the copy number measurements should be scaled by the sample residual standard error. Default is TRUE.
fast
a logical value indicating whether a fast (not guaranteed to be exact) version should be run if the number of probes are > 400.
digits
the number of decimals to be applied when reporting results. Default is 4.
return.est
logical value indicating whether a data frame holding copy number estimates (pcf values) should be returned along with the segments. Default is FALSE, which means that only segments are returned.
verbose
logical value indicating whether or not to print a progress message each time pcf analysis is finished for a sample.