parseRnaHelmComponent {XNAString} | R Documentation |
Parse monomers from HELM to multi-string notation
parseRnaHelmComponent(rna_component, dictionary = xna_dictionary)
rna_component |
list of monomers building RNA |
dictionary |
data.table with following columns: "HELM", "type", "symbol". By default internal XNAString dictionary is used. |
list of three strings: base, sugar, backbone
Marianna Plucinska
parseRnaHelmComponent(c("[dR](A)P", "[dR](A)P", "[dR](A)"))