Description Usage Arguments Value Examples
coerce biom into a MicrobiomeExperiment
1  | 
obj | 
 object of type   | 
An object of class MicrobiomeExperiment
1 2 3 4 5  | if(requireNameSpace("biomformat")) {
  rich_dense_file  = system.file("extdata", "rich_dense_otu_table.biom", package = "biomformat")
  x1 <- read_biom(rich_dense_file)
  as(x1, "MicrobiomeExperiment")
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.