DFplyr
A `DataFrame` (`S4Vectors`) backend for `dplyr`
Bioconductor version: 3.23 · Package version: 1.6.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DFplyr") Details
| Maintainer | Jonathan Carroll <rpkg@jcarroll.com.au> |
| Author | Jonathan Carroll [aut, cre] (ORCID: <https://orcid.org/0000-0002-1404-5264>), Pierre-Paul Axisa [ctb] |
| License | GPL-3 |
| URL | https://github.com/jonocarroll/DFplyr |
| Bug Reports | https://github.com/jonocarroll/DFplyr/issues |
| Downloads rank | 184 |
| Source branch | RELEASE_3_23 |
| biocViews | DataRepresentation, Infrastructure, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.1.0), dplyr
Imports: BiocGenerics, methods, rlang, S4Vectors, tidyselect
Suggests: BiocStyle, GenomeInfoDb, GenomicRanges, IRanges, knitr, rmarkdown, sessioninfo, testthat (>= 3.0.0), tibble