Hello!
I am analyzing differential expression of may samples and when I execute the command bellow, a warning message is generated
d = exactTest(d, pair = c("DFOS","CTOS"))
Warning message:
In mglmOneGroup(y, dispersion = dispersion, offset = offset) :
max iteractions exceeded for 1 tags
Does anybody knows how to solve this warning?
Thanks
I am analyzing differential expression of may samples and when I execute the command bellow, a warning message is generated
d = exactTest(d, pair = c("DFOS","CTOS"))
Warning message:
In mglmOneGroup(y, dispersion = dispersion, offset = offset) :
max iteractions exceeded for 1 tags
Does anybody knows how to solve this warning?
Thanks
Comment