| select {EpiTxDb} | R Documentation |
EpiTxDb objectsAs expected for a AnnotationDb object, the general accessors
select, keys, columns and keytypes can be used
to get information from a EpiTxDb object.
## S4 method for signature 'EpiTxDb' select(x, keys, columns, keytype, ...) ## S4 method for signature 'EpiTxDb' columns(x) ## S4 method for signature 'EpiTxDb' keys(x, keytype, ...) ## S4 method for signature 'EpiTxDb' keytypes(x)
x |
a |
keys, columns, keytype, ... |
See
|
a data.frame object for select() and a character
vecor for keytypes(), keys() and columns().
etdb_file <- system.file("extdata", "EpiTxDb.Hs.hg38.snoRNAdb.sqlite",
package="EpiTxDb")
etdb <- loadDb(etdb_file)
etdb