This is probably a redundant question but I hope to have some confirmation. The data in *.cons.tax.summary file shows the number of otu categorized to each taxon, and does not include the relative abundance of each otu. Am I right? If I want that relative abundance data of otu for each group, I have to look at the shared file?
I am also looking at getting a *.cons.tax.summary file equivalent for sequence abundance rather than OTU abundance.
Could I achieve it through the summary.tax command with the *.wang.pick.taxonomy and *.pick.count_table files, generated after remove.lineage, as input files?
i.e. ‘mothur > summary.tax(taxonomy=.wang.pick.taxonomy, count=.pick.count_table)’
Just a quick update - I tried the command ‘mothur > summary.tax(taxonomy=.wang.pick.taxonomy, count=.pick.count_table)’ and it worked too! But good to know that there is an alternative using the command you have provided