powered by
Parse StrucGP-style structure characters into a glyrepr::glycan_structure(). See example below for the structure format.
glyrepr::glycan_structure()
parse_strucgp_struc(x)
A glyrepr::glycan_structure() object.
A character vector of StrucGP-style structure strings. NA values are allowed and will be returned as NA structures.
glycan <- parse_strucgp_struc("A2B2C1D1E2F1fedD1E2edcbB5ba") print(glycan, verbose = TRUE)
Run the code above in your browser using DataLab