Nothing
## ----style, echo = FALSE, results = 'asis'------------------------------------
BiocStyle::markdown(css.files = c("custom.css"))
## ----alphabet, echo=FALSE-----------------------------------------------------
suppressPackageStartupMessages(library(Modstrings))
df <- as.data.frame(Modstrings:::additionalInfo(Modstrings:::MOD_RNA_STRING_CODEC))
df <- df[df$abbrev != "",]
colnames(df) <- c("modification",
"short name",
"nomenclature",
"orig. base",
"abbreviation")
knitr::kable(
df, caption = 'List of RNA modifications supported by ModRNAString objects.'
)
## ----sessioninfo--------------------------------------------------------------
sessionInfo()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.