- Home
- Bioconductor 3.7
- Software Packages
- plyranges
plyranges
This package is for version 3.7 of Bioconductor; for the stable, up-to-date release version, see plyranges.
A fluent interface for manipulating GenomicRanges
Bioconductor version: 3.7
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, cre], Michael Lawrence [aut, ctb], Dianne Cook [aut, ctb]
Maintainer: Stuart Lee <lee.s at wehi.edu.au>
citation("plyranges")):
Installation
To install this package, start R (version "3.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.