runSeqnorm(rco, norm.win = NULL, method = "quadratic", lambdabreak=8, minSeg=7, maxSeg=35, nproc = 2, plots = TRUE, folder = NULL)
SeqCNAInfo-class
object, with read count (RC) and genomic information, normally the output of the readSeqsumm
function.
runSeqsumm
. If not a multiple, the window size will be adjusted to the nearest one.
For efficiency, we recommend to use the same value as the summarization window size, unless it is very small (e.g. 2Kbp).
"loess"
, "cubic"
or "quadratic"
, indicating which form of regression to use in the normalization.
LOESS is more sensitive to noise and slower than the other two, which apply polynomial regression. In principle, we recommend using a quadratic polynomial regression, but there might be ocassions in which the others yield better fits.
folder
. These are useful for checking the correctness of the normalization and the improvements over the standard normalization.
plots
parameter is set to TRUE, path to the folder where the plots with normalization information are to be generated.
If no folder is indicated or does not exist, plots will be displayed within R.
SeqCNAInfo-class
object, with additional information on the normalized profile.
data(seqsumm_HCC1143)
rco = readSeqsumm(tumour.data=seqsumm_HCC1143)
rco = applyFilters(rco, 0, 1, 0, 2, FALSE, plots=FALSE)
### NORMALIZATION ###
rco = runSeqnorm(rco, plots=FALSE)
Run the code above in your browser using DataLab