readyomics

R-CMD-check

readyomics provides a pipeline for formatting, analyzing, and visualizing omics data - regardless of omics type (e.g. transcriptomics, proteomics, metabolomics, metagenomics).

It is designed for flexibility, reproducibility, and scalability across a wide range of study designs, with modular components for statistical analysis and visualization.

It includes tools to:

Essential standard terms used in the package

*Note: in its strict sense, metadata (“data about data”) refers to information describing the context, structure, or properties of a dataset — such as acquisition date, instrument settings, plate/well ID, or run order. It does not refer to biological or demographic variables. To avoid ambiguity, readyomics adopts the same convention as phyloseq, using the term sample data for variables describing the study samples.

Main functionalities

Data processing (normalisation, transformation, filtering)

Multivariate analysis

Differential [abundance/expression] analysis

Installation

install.packages("readyomics")

You can install the development version of readyomics from GitHub:

devtools::install_github("lmartinezgili/readyomics")

Get started

Types of input data

readyomics is as omics-agnostic and inclusive as possible.

Raw omics files (e.g., .fastq, .mzML) must first be pre-processed through external commercial or open-source pipelines into a data matrix where each row corresponds to a sample and each column corresponds to a measured omics feature.

Required files and format

Documentation and Examples

For tutorials, examples, and reference documentation, visit readyomics website.