The error indicates that the tiled object is empty, probably since there
are not enough reads left after the minimum coverage threshold.
It is basically the same reason why also your call to unite was not
successful (https://github.com/al2na/methylKit/issues/278).
If you are running a tiling analysis you may lower the coverage threshold
to 3 or 5, but you should still check that enough CpGs are covered to
continue your analysis.
Best,
Alex
fafaris39 @.***> schrieb am Fr., 31. März 2023, 09:58:
I am using the function tileMethylCounts() to get DMRs.
checking wether tabix file already exists:
/home/ffaris/mnt/biseps/test_data/Resultats_Bismark_LG15/methylDB/test1_tiled.txt.bgz
tabix file is new.
continuing now ...
compressing the file with bgzip...
making tabix index...
Error in getTabixByChunk(tbxFile, chunk.size = nrow, return.type) :
the tabix file seems to be empty. stopping here.
Hi @fafaris39,
The error indicates that the tiled object is empty, probably since there are not enough reads left after the minimum coverage threshold. It is basically the same reason why also your call to unite was not successful (https://github.com/al2na/methylKit/issues/278).
If you are running a tiling analysis you may lower the coverage threshold to 3 or 5, but you should still check that enough CpGs are covered to continue your analysis.
Best, Alex
fafaris39 @.***> schrieb am Fr., 31. März 2023, 09:58: