Learn R Programming

glyparse (version 0.5.5)

parse_strucgp_struc: Parse StrucGP Structures

Description

Parse StrucGP-style structure characters into a glyrepr::glycan_structure(). See example below for the structure format.

Usage

parse_strucgp_struc(x)

Value

A glyrepr::glycan_structure() object.

Arguments

x

A character vector of StrucGP-style structure strings. NA values are allowed and will be returned as NA structures.

Examples

Run this code
glycan <- parse_strucgp_struc("A2B2C1D1E2F1fedD1E2edcbB5ba")
print(glycan, verbose = TRUE)

Run the code above in your browser using DataLab