Skip to content

glymotif 0.17.0

Choose a tag to compare

@fubin1999 fubin1999 released this 07 Jul 12:39

Breaking changes

  • 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).