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