Package 'tidyomics'

Title: Easily install and load the tidyomics ecosystem
Description: The tidyomics ecosystem is a set of packages for ’omic data analysis that work together in harmony; they share common 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.
Authors: Stefano Mangiola [aut, cre] , Michael Love [aut] , William Hutchison [aut]
Maintainer: Stefano Mangiola <[email protected]>
License: MIT + file LICENSE
Version: 1.1.0
Built: 2024-06-30 06:15:50 UTC
Source: https://github.com/bioc/tidyomics

Help Index


Conflicts between the tidyomics and other packages

Description

This function lists all the conflicts between packages in the tidyomics and other packages that you have loaded.

Usage

tidyomics_conflicts(only = NULL)

Arguments

only

Set this to a character vector to restrict to conflicts only with these packages.

Details

There are four conflicts that are deliberately ignored: intersect, union, setequal, and setdiff from dplyr. These functions make the base equivalents generic, so shouldn't negatively affect any existing code.

Value

All conflicts between tidyomics packages and other packages that you have loaded.

Examples

tidyomics_conflicts()

List all packages loaded by the tidyomics metapackage

Description

List all packages loaded by the tidyomics metapackage

Usage

tidyomics_packages(include_self = TRUE)

Arguments

include_self

Include tidyomics in the list?

Value

All packages loaded by the tidyomics metapackage.

Examples

tidyomics_packages()