joey711 / phyloseq

phyloseq is a set of classes, wrappers, and tools (in R) to make it easier to import, store, and analyze phylogenetic sequencing data; and to reproducibly share that data and analysis with others. See the phyloseq front page:
http://joey711.github.io/phyloseq/
567 stars 187 forks source link

phyloseq_filter_prevalence, non-zero dimension #1716

Open JH966 opened 6 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.