plyxp
Data masks for SummarizedExperiment enabling dplyr-like manipulation
Bioconductor version: 3.23 · Package version: 1.6.1
The package provides `rlang` data masks for the SummarizedExperiment class. The enables the evaluation of unquoted expression in different contexts of the SummarizedExperiment object with optional access to other contexts. The goal for `plyxp` is for evaluation to feel like a data.frame object without ever needing to unwind to a rectangular data.frame.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("plyxp") Details
| Maintainer | Justin Landis <jtlandis314@gmail.com> |
| Author | Justin Landis [aut, cre] (ORCID: <https://orcid.org/0000-0001-5501-4934>), Michael Love [aut] (ORCID: <https://orcid.org/0000-0001-8401-0545>) |
| License | MIT + file LICENSE |
| URL | https://github.com/jtlandis/plyxp, https://jtlandis.github.io/plyxp |
| Bug Reports | https://www.github.com/jtlandis/plyxp/issues |
| Downloads rank | 288 |
| Source branch | RELEASE_3_23 |
| biocViews | Annotation, GenomeAnnotation, Software, Transcriptomics |
Documentation
Download
Dependencies
Depends: R (>= 4.5.0)
Imports: dplyr, purrr, rlang, SummarizedExperiment, tidyr, tidyselect, vctrs, tibble, pillar, cli, glue, S7, S4Vectors, utils, methods
Suggests: devtools, knitr, rmarkdown, testthat, airway, IRanges, here
Reverse dependencies
Imports Me (1): tidySummarizedExperiment