Extract individual glycan structure graphs from a glycan structure vector.
Usage
get_structure_graphs(x, return_list = NULL)
Value
A list of igraph objects or an igraph object directly (see return_list parameter).
Arguments
x
A glycan structure vector.
return_list
If TRUE, always returns a list.
If FALSE and x has a length of 1, return the igraph object directly.
If not provided (default), FALSE when x has a length of 1 and TRUE otherwise.