--- title: "EpiTxDb.Mm.mm10: Annotation package for EpiTxDb objects" author: "Felix G.M. Ernst" date: "`r Sys.Date()`" package: EpiTxDb.Mm.mm10 output: BiocStyle::html_document: toc: true toc_float: true df_print: paged vignette: > %\VignetteIndexEntry{EpiTxDb.Mm.mm10} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} bibliography: references.bib --- ```{r style, echo = FALSE, results = 'asis'} BiocStyle::markdown(css.files = c('custom.css')) ``` # Available resources `EpiTxDb.Mm.mm10` contains post-transcriptional RNA modifications from RMBase v2.0 [[@Xuan.2017]](#References) and tRNAdb [[@Juehling.2009]](#References) and can be accessed through the functions `EpiTxDb.Mm.mm10.tRNAdb()` and `EpiTxDb.Mm.mm10.RMBase()` ```{r, echo=FALSE} suppressPackageStartupMessages({ library(EpiTxDb.Mm.mm10) }) ``` ```{r, eval=FALSE} library(EpiTxDb.Mm.mm10) ``` ```{r} etdb <- EpiTxDb.Mm.mm10.tRNAdb() etdb ``` Modification information can be accessed through the typical function for an `EpiTxDb` object, for example `modifications()`: ```{r} modifications(etdb) ``` For a more detailed overview and explanation of the functionality of the `EpiTxDb` class, have a look at the `EpiTxDb` package. # Sessioninfo ```{r} sessionInfo() ``` # References