A data.frame stored as an RDS file.
Usage
rds_database(source = character(0), ...)Inheritance
A rds_database object inherits the following struct classes:
[rds_database] -> [annotation_database] -> [annotation_source]
-> [struct_class]
See also
Other annotation databases:
AnnotationDb_database,
GO_database,
annotation_database,
annotation_source,
excel_database,
rdata_database,
rds_cache
Examples
M <- rds_database(
tag = character(0),
data = data.frame(),
source = "ANY")