parseRnaHelmComponent {XNAString}R Documentation

Parse monomers from HELM to multi-string notation

Description

Parse monomers from HELM to multi-string notation

Usage

parseRnaHelmComponent(rna_component, dictionary = xna_dictionary)

Arguments

rna_component

list of monomers building RNA

dictionary

data.table with following columns: "HELM", "type", "symbol". By default internal XNAString dictionary is used.

Value

list of three strings: base, sugar, backbone

Author(s)

Marianna Plucinska

Examples

parseRnaHelmComponent(c("[dR](A)P", "[dR](A)P", "[dR](A)"))

[Package XNAString version 1.0.2 Index]