| as_phyloseq | R Documentation | 
as_phyloseq returns a phyloseq object given a tidyamplicons object.
as_phyloseq(ta, sample = sample, taxon = taxon)
ta | 
 Tidyamplicons object.  | 
sample | 
 The sample names required for a phyloseq object. Default is "sample" column in sample tibble of the tidyamplicons object.  | 
taxon | 
 The taxon names required for a phyloseq object. Default is "taxon" column in taxon tibble of the tidyamplicons object.  | 
This function will convert a tidyamplicons object into a phyloseq object for
alternative processing using the phyloseq package. To convert from a phyloseq
object to a tidyamplicons object use as_tidyamplicons.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.