chem16S generates chemical representations of microbial communities by combining taxonomic abundances of archaea and bacteria with reference sequences for proteins. Chemical metrics for community reference proteomes are used to investigate genomic adaptations to environmental conditions. Potential applications range from human microbiomes to Earth-life coevolution.
Read the paper in Bioinformatics: chem16S: community-level chemical metrics for exploring genomic adaptation to environments.
View the manual and vignettes: Chemical metrics of reference proteomes for taxa, Integration of chem16S with phyloseq, and Plotting two chemical metrics.
The user provides taxonomic classifications of high-throughput 16S rRNA gene sequences. These are combined with reference proteomes for archaea and bacteria to obtain the amino acid compositions of community reference proteomes. Amino acid compositions used to calculate chemical metrics including carbon oxidation state (ZC) and stoichiometric hydration state (nH2O).
Supported input formats: * phyloseq-class
objects
created using phyloseq
* RDP
Classifier output
Supported reference databases:
Details:
The Baltic Sea has a salinity gradient from freshwater to marine conditions. Progressively lower nH2O of community reference proteomes along this gradient represent a genomically coded dehydration trend.
PSU stands for practical salinity units. The sequence data analyzed
for this plot was taken from Herlemann et
al. (2016) and the code to make this plot is available in the help page for
chem16S::plot_metrics
.
First install phyloseq from Bioconductor:
if(!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("phyloseq")
Then install the release version of chem16S from CRAN:
install.packages("chem16S")
Or use install_github
from remotes or
devtools to install the development version of chem16S
from GitHub:
if(!require("remotes", quietly = TRUE)) install.packages("remotes")
remotes::install_github("jedick/chem16S", build_vignettes = TRUE)