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.3.0 |
Built: | 2024-10-31 05:50:41 UTC |
Source: | https://github.com/bioc/tidyomics |
This function lists all the conflicts between packages in the tidyomics and other packages that you have loaded.
tidyomics_conflicts(only = NULL)
tidyomics_conflicts(only = NULL)
only |
Set this to a character vector to restrict to conflicts only with these packages. |
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.
All conflicts between tidyomics packages and other packages that you have loaded.
tidyomics_conflicts()
tidyomics_conflicts()
List all packages loaded by the tidyomics metapackage
tidyomics_packages(include_self = TRUE)
tidyomics_packages(include_self = TRUE)
include_self |
Include tidyomics in the list? |
All packages loaded by the tidyomics metapackage.
tidyomics_packages()
tidyomics_packages()