david-barnett / microViz

R package for microbiome data visualization and statistics. Uses phyloseq, vegan and the tidyverse. Docker image available.
https://david-barnett.github.io/microViz/
GNU General Public License v3.0
94 stars 10 forks source link

Can I use microViz with only relative abundance #64

Closed SilasK closed 1 year ago

SilasK commented 1 year ago

ps_counts(input, warn = "error") : otu_table of counts is NOT available! Available otu_table contains non-zero values that are less than 1

SilasK commented 1 year ago

tax_filter created the error

SilasK commented 1 year ago

I fount there is a option use_counts

sorry