ModRNAString alphabet

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

The alphabets for the modifications used in this package are based on the compilation of RNA modifications by the Bujnicki lab [@Boccaletto.2018]. The alphabet was modified to remove some incompatible characters.

If modifications are missing, let us know.

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()

References



Try the Modstrings package in your browser

Any scripts or data that you put into this service are public.

Modstrings documentation built on Nov. 8, 2020, 7:51 p.m.