Bioconductor 3.22 Released

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.23)

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 iD ORCID: 0000-0002-1404-5264 , Pierre-Paul Axisa [ctb]

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

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

Installation

To install this package, start R (version "4.6") 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 PDF
NEWS Text

Details

biocViews DataRepresentation, Infrastructure, Software
Version 1.5.2
In Bioconductor since BioC 3.20 (R-4.4) (1.5 years)
License GPL-3
Depends R (>= 4.1.0), 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 drugfindR
Suggests Me toppgene
Links To Me
Build Report Build Report

Package Archives

Follow Installation instructions to use this package in your R session.

Source Package DFplyr_1.5.2.tar.gz
Windows Binary (x86_64) DFplyr_1.5.2.zip (64-bit only)
macOS Binary (big-sur-x86_64) DFplyr_1.5.0.tgz
macOS Binary (big-sur-arm64) DFplyr_1.5.0.tgz
macOS Binary (sonoma-arm64) DFplyr_1.5.2.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