Learn R Programming

glyparse (version 0.5.5)

parse_iupac_extended: Parse IUPAC-extended Structures

Description

Parse IUPAC-extended-style structure characters into a glyrepr::glycan_structure(). For more information about IUPAC-extended format, see tools:::Rd_expr_doi("10.1351/pac199668101919").

Usage

parse_iupac_extended(x)

Value

A glyrepr::glycan_structure() object.

Arguments

x

A character vector of IUPAC-extended strings. NA values are allowed and will be returned as NA structures.

See Also

parse_iupac_condensed(), parse_iupac_short()

Examples

Run this code
iupac <- "\u03b2-D-Galp-(1\u21923)-\u03b1-D-GalpNAc-(1\u2192"
parse_iupac_extended(iupac)

Run the code above in your browser using DataLab