require(GCModeller);
imports "taxonomy_kit" from "metagenomics_kit";
setwd(@dir);
file = "./16s_results.summary";
tree = taxonomy_kit::read.mothurTree(file);
OTU = tree
|> as.OTU_table()
|> as.data.frame()
;
print(OTU, max.print = 10);
write.csv(OTU, file = "./mothur_OTU_table.csv", row.names = FALSE);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.