Hello Alex, > head(GSE5879988)
methylRaw object with 6 rows
--------------
chr start end strand coverage numCs numTs
1 chr1 10497 10497 + 106 95 11
2 chr1 10525 10525 + 106 103 3
3 chr1 10542 10542 + 106 102 4
4 chr1 10563 10563 + 106 100 6
5 chr1 10571 10571 + 104 96 8
6 chr1 10577 10577 + 88 72 16
--------------
sample.id: test
assembly: hg38
context: CpG
resolution: base
It seems that even in the environment panel does not appear as a methylRaw object, in reallity is stored correctly.
Anyway, when I continue to follow the tutorial and try to filterByCoverage(GSE5879988) it works and filters but the next steps as calculateDiffMeth(GSE5879988.filt) do not work and arise the following error:
GSE5879988.filt <- filterByCoverage(GSE5879988,
lo.count=10,
lo.perc=NULL,
hi.count=NULL,
hi.perc=99.9)
getCorrelation(GSE5879988.filt,plot=TRUE)
myDiff <- calculateDiffMeth(GSE5879988.filt,
overdispersion = "MN",
adjust="BH")
myDiff
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘calculateDiffMeth’ for signature ‘"methylRaw"’
Thanks for your infinite patience, I really appreaciate your help.
Uxue