glyparse
Parse different glycan structure text nomenclature into
glyrepr::glycan_structure.
Currently, the following formats are supported: IUPAC-extended, IUPAC-condensed, IUPAC-short, WURCS, GlycoCT, StrucGP-style, pGlyco-style.
Installation
You can install the latest release of glyparse from CRAN:
install.packages("glyparse")Or from r-universe:
install.packages('glyparse', repos = c('https://glycoverse.r-universe.dev', 'https://cloud.r-project.org'))Or from GitHub:
remotes::install_github("glycoverse/glyparse@*release")Or install the development version:
remotes::install_github("glycoverse/glyparse")