powered by
Parse Linear Code structures into a glyrepr::glycan_structure(). To know more about Linear Code, see this article.
glyrepr::glycan_structure()
parse_linear_code(x)
A glyrepr::glycan_structure() object.
A character vector of Linear Code strings. NA values are allowed and will be returned as NA structures.
linear_code <- "Ma3(Ma6)Mb4GNb4GNb" parse_linear_code(linear_code)
Run the code above in your browser using DataLab