Description Usage Arguments Value Examples
As expected for a AnnotationDb
object, the general accessors
select
, keys
, columns
and keytypes
can be used
to get information from a EpiTxDb
object.
1 2 3 4 5 6 7 8 9 10 11 |
x |
a |
keys, columns, keytype, ... |
See
|
a data.frame
object for select()
and a character
vecor for keytypes()
, keys()
and columns()
.
1 2 3 4 | etdb_file <- system.file("extdata", "EpiTxDb.Hs.hg38.snoRNAdb.sqlite",
package="EpiTxDb")
etdb <- loadDb(etdb_file)
etdb
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.