The tidyomics ecosystem is a set of
packages for omics data analysis that work together in harmony; they
share common Bioconductor data representations and API design consistent
with the tidyverse ecosystem. The
tidyomics package is designed to make it easy to install and load
core packages from the tidyomics ecosystem with a single command.
This command also produces a summary of package versions and function
conflicts. Function conflicts are a point of ongoing development and
will be addressed over time.
You are now ready to start using the tidyomics ecosystem.
Overview
The tidyomics ecosystem is a set of packages for omics data analysis that work together in harmony; they share common Bioconductor data representations and API design consistent with the tidyverse ecosystem. The tidyomics package is designed to make it easy to install and load core packages from the tidyomics ecosystem with a single command.
The core packages are:
The tidyomics ecosystem
Core packages
The core packages are automatically loaded when you run
library(tidyomics):Additional manipulation packages
plyinteractions is under evaluation for inclusion in the core packages in future Bioconductor releases.
Analysis packages
Installation
Installing the tidyomics package will install all core packages of the tidyomics ecosystem. The tidyomics package can be installed from Bioconductor:
Additional packages can be installed independently as needed:
Loading the tidyomics ecosystem
The core tidyomics packages can be attached with:
This command also produces a summary of package versions and function conflicts. Function conflicts are a point of ongoing development and will be addressed over time.
You are now ready to start using the tidyomics ecosystem.