- Home
- Bioconductor 3.22
- Software Packages
- plyinteractions
plyinteractions
This is the released version of plyinteractions; for the devel version, see plyinteractions.
Extending tidy verbs to genomic interactions
Bioconductor version: Release (3.22)
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.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.