Skip to contents

glyexp 0.9.2

Minor improvements and bug fixes

  • Printing the experiment() object now includes the experiment type in the title.
  • Add a vignette to explain four experiment types.
  • Add a vignette of creating an experiment() object from scratch.

glyexp 0.9.1

Minor improvements and bug fixes

  • Import := from rlang to fix “could not find function”%||%“” bug in as_se() and from_se() in some systems.

glyexp 0.9.0

New features

  • Add real_experiment2, a glycomics example experiment.
  • Add from_se() and as_se() to convert experiment() to and from SummarizedExperiment() objects.
  • Add split() to split an experiment into a list of experiments.

Minor improvements and bug fixes

  • Add merge() and split() to the getting started vignette.
  • Add a picture to the getting started vignette to explain index columns.
  • Fix a typo in toy_experiment: “N3N2” should be “H3N2”.
  • Fix an error in the documentation of select_var().

glyexp 0.8.0

Breaking changes

  • toy_experiment is no longer a function, but a data object. Instead of using toy_experiment() to get the example experiment, use toy_experiment directly.

New features

Minor improvements and bug fixes

glyexp 0.7.0

Major changes

  • Add merge() function to merge two experiments.

Minor improvements

glyexp 0.6.0

Major changes

  • Add a series of functions to describe the experiment:
  • Remove add_glycan_descriptions(), add_struc_descriptions(), and add_comp_descriptions(). These functions are moved to the glymotif package.