Nothing
test_that("Testing subsetting of data", {
taxa <- metagenomics$new(
biomData = "input/metagenomics/biom_with_taxonomy_hdf5.biom",
metaData = "input/metagenomics/metadata.tsv",
treeData = "input/metagenomics/rooted_tree.newick"
)
# Perform feature subset
taxa$feature_subset(Kingdom == "Bacteria")
expect_snapshot(taxa)
# In between reset
taxa$reset()
# Perform metadata subset
taxa$sample_subset(treatment == "tumor")
expect_snapshot(taxa)
})
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.