Learn R Programming

glyrepr (version 0.10.1)

remove_substituents: Remove All Substituents from a Glycan

Description

This function replaces all substituents in a glycan structure with empty strings.

Usage

remove_substituents(glycan)

Value

A glyrepr_structure vector with all substituents removed.

Arguments

glycan

A glyrepr_structure vector.

Examples

Run this code
(glycan <- o_glycan_core_1())
remove_substituents(glycan)

Run the code above in your browser using DataLab