In development.
The package contains functions to read, write, manipulate, visualize, analyse community data and its meta data, such as taxonomy, environment variables, phylogenetic trees. The analyses aim to assessing diversities, finding primary effective metadata, discover the pattern of high related samples, etc.
Some visualizations have been moved to the gg1L package which provides one-line plotting functions. Recommend to load gg1L as well when using a pipeline.
You can use the devtools::install_github() function to install the latest release directly from the GitHub:
library(devtools)
devtools::install_github("walterxie/ComMA@*release")
library(ComMA)
library(gg1L)
Or a perticular release version:
devtools::install_github("walterxie/[email protected]")
Or the latest development version:
devtools::install_github("walterxie/ComMA")
Read the package introduction:
package?ComMA
To see all exported functions:
help(package = "ComMA")
It may take time to load the page from GitHub.