Skip to contents

glydet 0.5.0

Breaking changes

  • The meta-property T is renamed to Tp, to avoid confusion with the R alias T for TRUE.

New features

  • Add mp_cols parameter to derive_traits() as a new way to define custom meta-properties.

Minor improvements and bug fixes

  • derive_traits() and derive_traits_() now have separate documentations.
  • Update the “Defining Custom Traits” vignette to include the newly added mp_cols parameter.
  • Better error message when custom derived traits use undefined meta-properties.
  • Add a section about how NAs can appear in the documentations of prop(), ratio(), and wmean().

glydet 0.4.1

Minor improvements and bug fixes

  • Add another example to the “Defining Custom Traits” vignette.
  • Use smaller datasets in examples to reduce build time.

glydet 0.4.0

Breaking changes

Minor improvements and bug fixes

  • Introduce the new all_traits() in the Get Started vignette.
  • Add examples to some functions.

glydet 0.3.1

Minor improvements and bug fixes

  • Add missForest to the Suggests field in DESCRIPTION. This package is used in vignettes to impute missing values for glycomics data.

glydet 0.3.0

New features

  • Trait functions created by prop(), ratio(), and wmean() can be printed nicely into the console.
  • Add explain_trait() to provide a human-readable explanation of trait definitions.
  • Add a nF built-in meta-property to count the number of fucoses. The TF trait is redefined as prop(nF > 0).

Minor improvements and bug fixes

glydet 0.2.0

New features

Minor improvements and bug fixes

  • Fix a serious bug in derive_traits(), where the row names of the expression matrix were not set correctly for glycomics data.
  • Fix typos in documentations.

glydet 0.1.1

Minor improvements and bug fixes

  • Update dependencies to depend on release versions of glycoverse packages.

glydet 0.1.0

  • First release.