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:
Hi!
I have a phyloseq object, and want to estimate richness. I am getting the error message printed below, and that makes me suspect that my otu table isnt interpreted as only numeric values. I have done validate_phyloseq(), and it seems good. Got any tips on how I should go about troubleshooting this?
Fyi I transformed it (by makeTreeSummarizedExperimentFromPhyloseq) into a tse-object and did estimateDiversity and it works.
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 't': function accepts only integers (counts)
Hi! I have a phyloseq object, and want to estimate richness. I am getting the error message printed below, and that makes me suspect that my otu table isnt interpreted as only numeric values. I have done validate_phyloseq(), and it seems good. Got any tips on how I should go about troubleshooting this? Fyi I transformed it (by makeTreeSummarizedExperimentFromPhyloseq) into a tse-object and did estimateDiversity and it works.
Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 't': function accepts only integers (counts)