
Add Glycan Descriptions
add_glycan_descriptions.Rd
This function adds glycan description columns to the
variable information tibble of an glyexp::experiment()
object.
If structure information is available,
both composition and structure descriptions are added.
Otherwise, only composition descriptions are added.
Arguments
- exp
An
glyexp::experiment()
object.
Details
This function is a wrapper around add_comp_descriptions()
and add_struct_descriptions()
.