vmikk / metagMisc

Miscellaneous functions for metagenomic analysis.
MIT License
44 stars 11 forks source link

phyloseq_filter_prevalence, non zero dimension #29

Closed JH966 closed 5 months ago

JH966 commented 6 months ago

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” 객체입니다: OTU abundance data must have non-zero dimensions.

Could you please provide me with a solution to my problem? Thank you.

vmikk commented 5 months ago

Related with #28, closed via commit 12a8b2e.