- Home
- Bioconductor 3.23
- Software Packages
- plyinteractions (development version)
plyinteractions
This is the development version of plyinteractions; for the stable release version, see plyinteractions.
Extending tidy verbs to genomic interactions
Bioconductor version: Development (3.23)
Operate on `GInteractions` objects as tabular data using `dplyr`-like verbs. The functions and methods in `plyinteractions` provide a grammatical approach to manipulate `GInteractions`, to facilitate their integration in genomic analysis workflows.
Author: Jacques Serizay [aut, cre]
Maintainer: Jacques Serizay <jacquesserizay at gmail.com>
citation("plyinteractions")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("plyinteractions")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("plyinteractions")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.