DFplyr
This is the development version of DFplyr; for the stable release version, see DFplyr.
A `DataFrame` (`S4Vectors`) backend for `dplyr`
Bioconductor version: Development (3.21)
Provides `dplyr` verbs (`mutate`, `select`, `filter`, etc...) supporting `S4Vectors::DataFrame` objects. Importantly, this is achieved without conversion to an intermediate `tibble`. Adds grouping infrastructure to `DataFrame` which is respected by the transformation verbs.
Author: Jonathan Carroll [aut, cre] (ORCID:
Maintainer: Jonathan Carroll <rpkg at jcarroll.com.au>
citation("DFplyr")
):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("DFplyr")
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("DFplyr")
Example Usage | HTML | R Script |
Reference Manual | ||
NEWS | Text |
Details
biocViews | DataRepresentation, Infrastructure, Software |
Version | 1.1.0 |
In Bioconductor since | BioC 3.20 (R-4.4) (< 6 months) |
License | GPL-3 |
Depends | dplyr |
Imports | BiocGenerics, methods, rlang, S4Vectors, tidyselect |
System Requirements | |
URL | https://github.com/jonocarroll/DFplyr |
Bug Reports | https://github.com/jonocarroll/DFplyr/issues |
See More
Suggests | BiocStyle, GenomeInfoDb, GenomicRanges, IRanges, knitr, rmarkdown, sessioninfo, testthat (>= 3.0.0), tibble |
Linking To | |
Enhances | |
Depends On Me | |
Imports Me | |
Suggests Me | |
Links To Me | |
Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | DFplyr_1.1.0.tar.gz |
Windows Binary (x86_64) | |
macOS Binary (x86_64) | |
macOS Binary (arm64) | |
Source Repository | git clone https://git.bioconductor.org/packages/DFplyr |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/DFplyr |
Bioc Package Browser | https://code.bioconductor.org/browse/DFplyr/ |
Package Short Url | https://bioconductor.org/packages/DFplyr/ |
Package Downloads Report | Download Stats |