Bioc2026 Registration Open!

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

MaintainerJonathan Carroll <rpkg@jcarroll.com.au>
AuthorJonathan Carroll [aut, cre] (ORCID: <https://orcid.org/0000-0002-1404-5264>), Pierre-Paul Axisa [ctb]
LicenseGPL-3
URLhttps://github.com/jonocarroll/DFplyr
Bug Reportshttps://github.com/jonocarroll/DFplyr/issues
Downloads rank184
Source branchRELEASE_3_23
biocViewsDataRepresentation, 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

Reverse dependencies

Imports Me (1): drugfindR

Suggests Me (1): toppgene