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:
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.
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.