Skip to content

Releases: liguowang/cpgtools

v2.0.2

26 Sep 15:15
Compare
Choose a tag to compare

Add pyproject.toml:

  • Create the pyproject.toml file to manage the build system and dependencies for the project.

Rename lib to src:

  • Move the existing code directory from lib/ to src/.

Rename bin to scripts:

  • Move the contents of bin/ to scripts/.

Upgrade beta_PCA.py, beta_tSNE.py, beta_UMAP.py:

  • Modify these files so that sample IDs in the data (group) file will be silently ignored if they do not appear in the group (data) file.
  • "Var. explained" is added to the X and Y axis of the PCA plot.

Add beta_imputation.py:

  • Create a new script beta_imputation.py to implement multiple imputation algorithms. Specify which algorithms you'd like to include (e.g.,k-nearest neighbors).

v1.10.0

27 Jan 03:40
Compare
Choose a tag to compare

version 1.10.0

version 0.10.0

25 Sep 01:30
Compare
Choose a tag to compare

Add beta_UMAP.py. Fix minor bugs.

version 0.1.3

08 Aug 20:47
Compare
Choose a tag to compare
v0.1.3

CpGtools version 0.1.8

26 Jun 16:39
Compare
Choose a tag to compare
Pre-release

rename many modules

cpgtools version 0.1.1

17 Dec 22:21
Compare
Choose a tag to compare
v0.1.1

update README.md