Skip to contents

glyvis 0.5.0

New features

  • plot_logo() now fetches protein sequences from Uniprot automatically if a fasta file is not provided.

glyvis 0.4.5

Minor improvements and bug fixes

  • Fix the bug that plot_heatmap() cannot handle NA values. Now a more robust clustering method is used and zero-variance variables are removed.

glyvis 0.4.4

Minor improvements and bug fixes

glyvis 0.4.3

Minor improvements and bug fixes

  • Fix the bug that plot_heatmap() always sends the plot to the plot panel even when the result is passed to a variable.

glyvis 0.4.2

Minor improvements and bug fixes

glyvis 0.4.1

Minor improvements and bug fixes

glyvis 0.4.0

We redesign most plot_xxx() functions to make them more flexible. Previously, these functions only accepts a glyexp::experiment() object. Now, they also accept corresponding glystats results, to be more intuitive and convenient.

We also redesign the argument passing strategies in plot_xxx() functions, making clear separation between underlying statistical functions and plotting functions.

New features

Minor improvements and bug fixes

  • Add descriptions about supported data types in the documentation of all plot_xxx() functions.
  • Fix some inconsistent argument passiing in plot_xxx() functions.

glyvis 0.3.1

Minor improvements and bug fixes

  • Fix bugs introduced by the breaking changes in glyexp 0.10.0.

glyvis 0.3.0

New features

Minor improvements and bug fixes

  • Better volcano plots using EnhancedVolcano package.
  • Fix the inconsistent behaviour of plotting experiment objects with autoplot(). Previously, boxplots were actually plotted when type = "barplot". Now boxplots grouped by the group column are plotted, faceted by variables, when type = "boxplot".
  • Use rlang::check_installed() for better optional dependency checking.

glyvis 0.2.1

Minor improvements and bug fixes

  • Adapt to the breaking changes in glystats v0.5.0.

glyvis 0.2.0

New features

Minor improvements and bug fixes

  • Re-export autoplot() from ggplot2 to prevent the ‘could not find function “autoplot”’ error when ggplot2 is not loaded.
  • Add a Get Started vignette.

glyvis 0.1.2

Minor improvements and bug fixes

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

glyvis 0.1.1

Minor improvements and bug fixes

  • Fix bugs in tests introduced by glyexp v0.8.0.

glyvis 0.1.0

  • First release.