You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Biosynthesis functions now return typed glyenzy_biosynthesis_network objects that preserve their igraph interface and support collision-aware plot() and ggplot2::autoplot() layered DAG layouts with glycan nodes and labeled concrete or virtual enzyme edges. (#35, #36)
trace_biosynthesis() and trace_biosynthesis_virtual() now mark target glycans with a logical target vertex attribute; autoplot() highlights them by default in multi-target networks, with explicit control through highlight_target. (#37, #38)