Nothing
context("get_taxadf work")
test_that("get_taxadf work",{
library(phyloseq)
dir <- system.file("extdata", package="phyloseq")
richph <- import_biom(file.path(dir,"rich_dense_otu_table.biom"))
phyda <- get_taxadf(richph, taxlevel=2)
expect_true(is(phyda, "phyloseq"))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.