DFplyr

A `DataFrame` (`S4Vectors`) backend for `dplyr`


Bioconductor version: Release (3.20)

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]

Maintainer: Jonathan Carroll <rpkg at jcarroll.com.au>

Citation (from within R, enter citation("DFplyr")):

Installation

To install this package, start R (version "4.4") and enter:


if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

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 PDF
NEWS Text

Details

biocViews DataRepresentation, Infrastructure, Software
Version 1.0.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.0.0.tar.gz
Windows Binary (x86_64) DFplyr_1.0.0.zip
macOS Binary (x86_64) DFplyr_1.0.0.tgz
macOS Binary (arm64) DFplyr_1.0.0.tgz
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