Skip to content

Releases: caokai1073/UnionCom

v0.4.0

26 May 10:12
b7a5368
Compare
Choose a tag to compare
  1. Add batch effect correction method by setting integration_type="BatchCorrect";
  2. Add more distances (e.g. cosine, cityblock, see sklearn.metrics.pairwise) to formulate distance matrices.
  3. Fix some bugs;

v0.3.0

05 Jan 06:17
377074e
Compare
Choose a tag to compare

unioncom-0.3.0.tar.gz

  • Add more comments to make the software easier to understand
  • Fix some bugs

v0.2.2

17 Sep 06:38
Compare
Choose a tag to compare
  • Fix some bugs;
  • Change function "PCA_visualize" to "Visualize", and provide PCA, TSNE and UMAP for visulalization;
  • Add a function to find maximum connected subgraph;

v0.2.1

01 Jul 05:56
9b7e4f4
Compare
Choose a tag to compare
  • Split function train into functions Match and Project.
  • Use Kuhn-Munkres to find optimal pairs between datasets instead of parbabilistic matrix matching.
  • Add a new parameter "project" to provide options for barycentric projection.
  • Separate "test_label_transfer_accuracy" function from "fit_transform" function
  • fix some bugs