Skip to content

glydet 0.12.0

Choose a tag to compare

@fubin1999 fubin1999 released this 11 Jul 09:10

Breaking changes

  • derive_traits_() has been removed. Use derive_traits() with a supported glyexp data container. (#23)
  • quantify_motifs() now uses a trait column in returned var_info, matching derive_traits(), instead of a separate motif column (#22).

New features

  • Add make_traits() and explain_traits() to create or explain multiple traits in a batch while preserving names and marking individual unrecognized entries as NA. (#25)
  • add_meta_properties(), derive_traits(), and quantify_motifs() now accept glyexp::GlycomicSE and glyexp::GlycoproteomicSE inputs. The implementation operates natively on SummarizedExperiment, while existing glyexp::experiment() inputs retain their previous return type. (#23)