Avoid warning inside the de_score function
" RuntimeWarning: divide by zero encountered in log10"
it results from computing log10(pval) when pval=0 returning an inf. This is not a problem because we are just thresholding the de_scores.
The warning is annoying because it appears multiple times in the notebook.
Avoid warning inside the de_score function " RuntimeWarning: divide by zero encountered in log10" it results from computing log10(pval) when pval=0 returning an inf. This is not a problem because we are just thresholding the de_scores. The warning is annoying because it appears multiple times in the notebook.