Retrieve a table from an AnnotationDb package.
Inheritance
A AnnotationDb_database
object inherits the following struct
classes: [AnnotationDb_database]
-> [annotation_database]
->
[annotation_source]
-> [struct_class]
References
Pagès H, Carlson M, Falcon S, Li N (2023). AnnotationDbi: Manipulation of SQLite-based annotations in Bioconductor. doi:10.18129/B9.bioc.AnnotationDbi https://doi.org/10.18129/B9.bioc.AnnotationDbi, R package version 1.64.1, https://bioconductor.org/packages/AnnotationDbi.
See also
Other annotation databases:
GO_database
,
annotation_database
,
annotation_source
,
excel_database
,
rdata_database
,
rds_cache
,
rds_database
Examples
M <- AnnotationDb_database(
table = character(0),
tag = character(0),
data = data.frame(),
source = character(0))