I am trying to analyze microbiome data, which is count data with many zero-counts. I receive this error when I run the DESeq function in DESeq2:
estimating size factors Error in estimateSizeFactorsForMatrix(counts(object), locfunc = locfunc, : every gene contains at least one zero, cannot compute log geometric means
Is there a way to analyze this data without filtering out the features with very low counts?
I was meanwhile suggesting metagenomeSeq also :)