Skip to contents

A data.frame stored in an SQLite database.

Usage

sqlite_database(source, table = "annotation_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.

Value

A sqlite_database object. This object has no output slots.

Details

This object makes use of functionality from the following packages:

  • RSQLite

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 (2024). RSQLite: SQLite Interface for R. R package version 2.3.6, https://CRAN.R-project.org/package=RSQLite.

See also

Other database: BiocFileCache_database

Examples

M = sqlite_database( table = character(0), tag = character(0), data =
data.frame(id=NA), source = "ANY")