Description Usage Arguments Value Examples
Make a valid Phyloseq object out of a uBiome dataframe and a map file
1 | experiment_to_phyloseq(experiment.df, mapfile, rank = "genus")
|
experiment.df |
dataframe representation of a uBiome experiment. Rows are unique ssrs. |
mapfile |
a dataframe with column 'ssr' |
rank |
(not used currently – just assumes everything is always just genus) |
a Phyloseq object
1 2 | simple.df <- data.frame(tax_name=c("taxa1"),"1234"=c(2352))
simple.map <- data.frame(ssr=c(1234))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.