Closed roey-angel closed 1 year ago
What version of phyloseq are you using? Can you provide a small phyloseq object that I can use to reproduce this behavior?
I'm using phyloseq 1.44 The issue turned out to be simply NAs in the "conc" variable. The error message could be more informative, but it's nothing critical.
After updating to version 1.20.0:
isContaminant(Ps_obj, method = "frequency", conc = "ng.DNA")
says:But
Works