knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-", message = FALSE, warning = FALSE, error = FALSE, fig.height = 4, fig.width = 6, fig.align = "center" )
Microbiome data generated by high through-put sequecing methods come with hierachical phylogenic taxonomy informtation. Researches often need to group OTUs/features base on their phylogenic information on different levels in order to find any potential point of interests. Phylox is a R package allows user to look at the phylogenic sequencing data in different phylogenic levels.
This package can be installed from github.
devtools::install_github("zhuchcn/phylox")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.