psGather.Rd
Transformation of phyloseq data
psGather( ps, tax_list = c("Phylum", "Order", "Family", "Genus", "ASV"), prop_trans = T )
ps | a phyloseq object. |
---|---|
tax_list | Get taxonomic levels of data. By default, return the taxonomic of Phylum, Order, Family, Genus and ASV/OTU. |
prop_trans | a logic variable to determine whether the data are as proportion. By default is TRUE. |
A list of data of different taxonomic levels.