I'm using the function phyloseq_filter_prevalence to filter a phyloseq data. I got an error OTU abundance data must have non-zero dimensions...
df<-phyloseq_filter_prevalence(physeq = myphylo, prev.trh = 0.3, abund.trh = NULL) Error in validObject(.Object) : “otu_table” object: OTU abundance data must have non-zero dimensions.
Could you please help me with a solution to my problem? Thank you.