Hello,
I am using qsea to study the methylome in paediatric cancer. Since TCGA does not provide such calibration data, I have to do it myself. I mimic the tutorial example to create a Granges object contain all 450k probe data. After executing qseaSet=addEnrichmentParameters(qseaSet, enrichmentPattern="CpG", windowIdx=wd, signal=signal), I get following error:
Error in estimateEnrichmentLM(qs, windowIdx = windowIdx, signal = signal, : number of samples (20) does not match number of columns (6) in "signal".
I separately run the tutorial again and cross-check the variable "signal", their format is the same. I have no idea what is the number of columns(6) refer to. Could anyone help me with this problem?
Thank you,
Walter
Hello,
The error has been solved. But I have encountered another one. I successfully added the normalization file for calculation. Then I compared the data with/without normalization which give me the same number of windows (500bp each). I used nfpkm instead of beta as the norm_method. I would like to ask is it normal? Since I am expecting a change in the total number of window after using 450k data to normalize.
Thank you
Walter