SQLDataFrame
Representation of SQL tables in DataFrame metaphor
Bioconductor version: 3.23 · Package version: 1.26.0
Implements bindings for SQL tables that are compatible with Bioconductor S4 data structures, namely the DataFrame and DelayedArray. This allows SQL-derived data to be easily used inside other Bioconductor objects (e.g., SummarizedExperiments) while keeping everything on disk.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SQLDataFrame") Details
| Maintainer | Qian Liu <Qian.Liu@RoswellPark.org> |
| Author | Qian Liu [aut, cre] (ORCID: <https://orcid.org/0000-0003-1456-5099>), Aaron Lun [aut], Martin Morgan [aut] |
| License | LGPL (>= 3); File LICENSE |
| URL | https://github.com/Bioconductor/SQLDataFrame |
| Bug Reports | https://github.com/Bioconductor/SQLDataFrame/issues |
| Status | Deprecated |
| Downloads rank | 176 |
| Source branch | RELEASE_3_23 |
| biocViews | DataRepresentation, Infrastructure, Software |