- Home
- Bioconductor 3.23
- Software Packages
- plyranges (development version)
plyranges
This is the development version of plyranges; for the stable release version, see plyranges.
A fluent interface for manipulating GenomicRanges
Bioconductor version: Development (3.23)
A dplyr-like interface for interacting with the common Bioconductor classes Ranges and GenomicRanges. By providing a grammatical and consistent way of manipulating these classes their accessiblity for new Bioconductor users is hopefully increased.
Author: Stuart Lee [aut] ORCID iD ORCID: 0000-0003-1179-8436 , Michael Lawrence [aut, ctb], Dianne Cook [aut, ctb], Spencer Nystrom [ctb] ORCID iD ORCID: 0000-0003-1000-1579 , Pierre-Paul Axisa [ctb], Michael Love [ctb, cre]
Maintainer: Michael Love <michaelisaiahlove at gmail.com>
citation("plyranges")):
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("plyranges")
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("plyranges")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.