Gao Lab GLUE Versions Save

Graph-linked unified embedding for single-cell multi-omics data integration

v0.3.2

1 year ago

Bug fixes:

v0.3.1

1 year ago

Bug fixes:

v0.3.0

1 year ago

New features:

  • New tutorial and functions for regulatory inference (Resolves #15, #41).
  • New tutorial for training on partially paired data (Resolves #24).

Enhancements:

v0.2.3

1 year ago

Minor improvements and bug fixes

Bug fixes:

  • Data frame in obsm no longer triggers an error during model training (Resolves #32).

Enhancements:

v0.2.2

1 year ago

Minor improvements and bug fixes

Bug fixes:

  • Device detection is now more reliable (Resolves #17).

Enhancements:

  • Custom encoders and decoders can now be registered without changing package code (Resolves #14).

v0.2.1

2 years ago

Minor improvements and dependency fixes

v0.2.0

2 years ago

New features

  • Added fit_SCGLUE function to simplify model training
    • Incorporates weighted adversarial alignment by default, with increased robustness on datasets with highly-skewed cell type compositions
  • Added support for batch effect correction, which can be activated by setting use_batch in configure_dataset
  • Added a model diagnostics metric “integration consistency score”

Enhancements

Support for training directly on disk-backed AnnData objects, scaling to almost infinite number of cells

Bug fixes

Fixed a bug where the graph dataset was not shuffled across epochs

Experimental features

v0.1.1

2 years ago

First public release