glyrepr
glyrepr provides two important representations of glycans: glycan
compositions and glycan structures. This package is the core of
glycoverse ecosystem, as it provides the basic data structures and
functions for representing and manipulating glycans.
In fact, the functions in this packages are heavily used by other
glycoverse packages such as
glyparse and
glymotif, which you are
probably already using or will use.
Installation
You can install the latest release of glyrepr from CRAN:
install.packages("glyrepr")Or from r-universe:
install.packages('glyrepr', repos = c('https://glycoverse.r-universe.dev', 'https://cloud.r-project.org'))Or from GitHub:
remotes::install_github("glycoverse/glyrepr@*release")Or install the development version:
remotes::install_github("glycoverse/glyrepr")