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
Motif matching, graph matching, extraction, and viewing helpers now require optional arguments after the required inputs to be supplied by name; update positional calls to use explicit argument names (#48).
New features
Motif matching functions gain mode = "lenient" so lower-information glycans can match more specific motifs while concrete mismatches still fail (#45).
Minor improvements and bug fixes
add_motifs_lgl() and add_motifs_int() are deprecated. Use dplyr::mutate() or glyexp::mutate_var() with tibble::as_tibble(have_motifs(...)) or tibble::as_tibble(count_motifs(...)) instead (#44).