Closed TeiturAK closed 1 year ago
Setting span = 0.05 in hic_loess removes this warning, as described in this thread: https://github.com/dozmorovlab/HiCcompare/issues/16#:~:text=%22make%20span%20bigger,at%20vcu%20.%20edu
Great, that's the correct solution. The issue arises if the data is sparse and having a fixed larger span adds stability to the loess procedure.
Hi,
Thank you for a great tool.
I am getting these warnings when I run hic_loess:
From your manual (https://www.bioconductor.org/packages/release/bioc/manuals/HiCcompare/man/HiCcompare.pdf): Note: if you receive the warning "In simpleLoess(y, x, w, span, degree = degree, parametric = parametric, ... :pseudoinverse used..." it should not effect your results, however it can be avoided by manually setting the span to a larger value using the span option.
Are the errors mentioning neighborhood radius and reciprocal condition number related to the pseudoinverse and can be assumed to have little effect on the result?