chr1swallace/coloc

Error in if (min(p) > warn.minp) warning("minimum p value is: ", format.pval(min(p)),

Closed this issue · 1 comments

I have been getting the following error:

Error in if (min(p) > warn.minp) warning("minimum p value is: ", format.pval(min(p)), :
missing value where TRUE/FALSE needed

The datasets are fine. The only thing of note is that I have a value less than 2.2e-16 in one dataset so "format.pval(min(p))" returns <2.2e-16 that I am guessing is character vs numeric if that makes any difference.