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