A data.frame stored in an SQLite database.
Arguments
- source
(ANY) The source of annotation data.
- table
(character) The name of a table in the SQLite database. The default is
"annotation_database"
.- ...
Additional slots and values passed to
struct_class
.
Inheritance
A sqlite_database
object inherits the following struct
classes: sqlite_database()
⭢ annotation_database()
⭢ annotation_source()
⭢ struct_class()
References
Müller K, Wickham H, James DA, Falcon S (2023). RSQLite: SQLite Interface for R. R package version 2.3.4, https://CRAN.R-project.org/package=RSQLite.
See also
Other database:
BiocFileCache_database