- Home
- Bioconductor 3.19
- Software Packages
- SQLDataFrame
SQLDataFrame
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see SQLDataFrame.
Representation of SQL tables in DataFrame metaphor
Bioconductor version: 3.19
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.
Author: Qian Liu [aut, cre] , Aaron Lun [aut], Martin Morgan [aut]
Maintainer: Qian Liu <Qian.Liu at RoswellPark.org>
citation("SQLDataFrame")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SQLDataFrame")
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("SQLDataFrame")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.