SearcharxivSearch

arXiv subjects

Evan Bolyen

Publications and source records attributed to Evan Bolyen.

6 recordsLinked to original sources

Sparse regression, classification, and microbial network estimation in QIIME2 with q2-classo and q2-gglasso

Motivation: Statistical analysis of microbial count data derived from 16S rRNA or metagenomics sequencing poses unique challenges due to the sparse, compositional, and high-dimensional nature of the data. While QIIME 2 already provides many tools for data pre-processing and analysis, plugins for statistical regression, classification, and microbial network estimation tailored to compositional count data are relatively scarce. Results: We present q2-classo and q2-gglasso, two novel QIIME 2 plugins that implement penalized regression, classification, and graphical modeling approaches for microbial compositional data. q2-classo enables the prediction of a continuous or binary outcome of interest using compositional microbiome data as predictors. Both sparse log-contrast regression and classification, as well as tree-aggregated log-contrast models are available. q2-gglasso enables the estimation of taxon-taxon association networks through sparse graphical model estimation, such as, e.g., the SPIEC-EASI framework, as well as adaptive and latent graphical models. The latent model can decompose taxon-taxon associations into a sparse direct interaction matrix and a latent (low-rank) matrix which enables robust principal component embedding of a data set. Within the QIIME 2 ecosystem we demonstrate their application on the Atacama soil microbiome dataset, illustrating robust model selection, classification, and microbial network estimation with covariates and latent factors. Availability: The software is freely available under the BSD-3-Clause License. Source code is available at https://github.com/bio-datascience/q2-gglasso and https://github.com/bio-datascience/q2-classo-latest, with installation through QIIME 2 and Docker.

q-bio.QM

Assessing microbiome engraftment extent following fecal microbiota transplant with q2-fmt

We present q2-fmt, a QIIME 2 plugin that provides diverse methods for assessing the extent of microbiome engraftment following fecal microbiota transplant. The methods implemented here were informed by a recent literature review on approaches for assessing FMT engraftment, and cover aspects of engraftment including Chimeric Asymmetric Community Coalescence, Donated Microbiome Indicator Features, and Temporal Stability. q2-fmt is free for all use, and detailed documentation illustrating worked examples on a real-world data set are provided in the project's documentation.

q-bio.OT

Upcycling Human Excrement: The Gut Microbiome to Soil Microbiome Axis

Human excrement composting (HEC) is a sustainable strategy for human excrement (HE) management that recycles nutrients and mitigates health risks while reducing reliance on freshwater, fossil fuels, and fertilizers. We present a comprehensive microbial time series analysis of HEC and show that the initial gut-like microbiome of HEC systems transitions to a microbiome similar to soil and traditional compost in fifteen biological replicates tracked weekly for one year.

q-bio.GN

Facilitating bootstrapped and rarefaction-based microbiome diversity analysis with q2-boots

Background: We present q2-boots, a QIIME 2 plugin that facilitates bootstrapped and rarefaction-based microbiome diversity analysis. This plugin provides eight new actions that allow users to apply any of thirty different alpha diversity metrics and twenty-two beta diversity metrics to bootstrapped or rarefied feature tables, using a single QIIME 2 Pipeline command, or more granular QIIME 2 Action commands. Results: Given a feature table, an even sampling depth, and the number of iterations to perform (n), the command qiime boots core-metrics will resample the feature table n times and compute alpha and beta diversity metrics on each resampled table. The results will be integrated in summary data artifacts that are identical in structure and type to results that would be generated by applying diversity metrics to a single table. This enables all of the same downstream analytic tools to be applied to these tables, and ensures that all collected data is considered when computing microbiome diversity metrics. Conclusions: A challenge of this work was deciding how to integrate distance matrices that were computed on n resampled feature tables, as a simple average of pairwise distances (median or mean) does not account for the structure of distance matrices. q2-boots provides three options, and we show here that the results of these approaches are highly correlated. q2-boots is free and open source. Source code, installation instructions, and a tutorial can be found at https://github.com/caporaso-lab/q2-boots.

q-bio.QM

Facilitating Bioinformatics Reproducibility

Study reproducibility is essential to corroborate, build on, and learn from the results of scientific research but is notoriously challenging in bioinformatics, which often involves large data sets and complex analytic workflows involving many different tools. Additionally many biologists aren't trained in how to effectively record their bioinformatics analysis steps to ensure reproducibility, so critical information is often missing. Software tools used in bioinformatics can automate provenance tracking of the results they generate, removing most barriers to bioinformatics reproducibility. Here we present an implementation of that idea, Provenance Replay, a tool for generating new executable code from results generated with the QIIME 2 bioinformatics platform, and discuss considerations for bioinformatics developers who wish to implement similar functionality in their software.

q-bio.QM

PepSIRF + QIIME 2: software tools for automated, reproducible analysis of highly-multiplexed serology data

PepSIRF is a command-line, module-based open-source software package that facilitates the analysis of data from highly-multiplexed serology assays (e.g., PepSeq or PhIP-Seq). It has nine separate modules in its current release (v1.5.0): demux, info, subjoin, norm, bin, zscore, enrich, link, and deconv. These modules can be used together to conduct analyses ranging from demultiplexing raw high-throughput sequencing data to the identification of enriched peptides. QIIME 2 is an open-source, community-developed and plugin-based bioinformatics platform that focuses on data and analytical transparency. QIIME 2's features include integrated and automatic tracking of data provenance, a semantic type system, and built-in support for many types of user interfaces. Here, we describe three new QIIME 2 plugins that allow users to conduct PepSIRF analyses within the QIIME 2 environment and extend the core functionality of PepSIRF in two key ways: 1) enabling generation of interactive visualizations and 2) enabling automation of analysis pipelines that include multiple PepSIRF modules.

q-bio.QM