BiomeHorizon: Visualizing Microbiome Time Series Data in R

Isaac Fink1, Richard J Abdill2, Ran Blekhman2,3

  • 1Department of Computer Science, University of Chicago, Chicago, Illinois, USA.

Msystems
|May 2, 2022
PubMed
Summary

Visualizing host-associated microbial communities over time is challenging. The new BiomeHorizon R package uses horizon plots to display longitudinal microbiome data, aiding analysis of microbial changes and host health.

Related Concept Videos

Interpreting R Charts01:22

Interpreting R Charts

R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
121
Time-Series Graph00:54

Time-Series Graph

A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
4.6K
Two-Dimensional Microscopy in Microbiology01:29

Two-Dimensional Microscopy in Microbiology

Two-dimensional (2D) microscopy encompasses a range of optical techniques that capture images within a single focal plane, offering detailed representations of microscopic structures. These techniques are essential in biological and medical research, enabling the visualization of cellular and subcellular structures with different levels of contrast and specificity.There are several major types of 2D microscopy, each with strengths and applications.Bright-Field MicroscopyBright-field microscopy...
571
Noncompartmental Analysis: Mean Residence Time01:05

Noncompartmental Analysis: Mean Residence Time

According to statistical moment theory, mean residence time (MRT) is an important measure in pharmacokinetics. MRT can be defined as the expected mean of a probability density function distribution. It provides valuable insights into drug disposition in the body.
After the administration of a drug through intravenous bolus injection, the drug molecules are distributed throughout the body and remain there for varying periods. The MRT represents the average time these drug molecules stay in the...
294
Three-Dimensional Microscopy in Microbiology01:28

Three-Dimensional Microscopy in Microbiology

Three-dimensional imaging techniques are essential in cell biology, allowing researchers to visualize intricate cellular structures with high resolution. Two prominent methods, Differential Interference Contrast Microscopy (DIC) and Confocal Scanning Laser Microscopy (CSLM), provide distinct advantages for imaging live and thick specimens, respectively.Differential Interference Contrast MicroscopyDIC microscopy enhances contrast in transparent, unstained samples by converting phase...
356
Introduction to R01:11

Introduction to R

R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's...
1.3K