BiocStyle::markdown(css.files = c('custom.css'))

Available resources

EpiTxDb.Mm.mm10 contains post-transcriptional RNA modifications from RMBase v2.0 [@Xuan.2017] and tRNAdb [@Juehling.2009] and can be accessed through the functions EpiTxDb.Mm.mm10.tRNAdb() and EpiTxDb.Mm.mm10.RMBase()

suppressPackageStartupMessages({
  library(EpiTxDb.Mm.mm10)
})
library(EpiTxDb.Mm.mm10)
etdb <- EpiTxDb.Mm.mm10.tRNAdb()
etdb

Modification information can be accessed through the typical function for an EpiTxDb object, for example modifications():

modifications(etdb)

For a more detailed overview and explanation of the functionality of the EpiTxDb class, have a look at the EpiTxDb package.

Sessioninfo

sessionInfo()

References



FelixErnst/EpiTxDb.Mm.mm10 documentation built on Sept. 12, 2020, 4:54 p.m.