Skip to content

Releases: rfechtner/pypairs

Handle sparse matrix

17 Feb 12:11
6fc1088
Compare
Choose a tag to compare

Passing of a sparse matrix is now possible

Added fixed seed

29 Feb 09:40
c3fd5e3
Compare
Choose a tag to compare

In order to increase reproduceability a fixed seed was added to cyclone() ensuring comperable results across subsequent calls on the same data. This affects the random shuffling within cyclone().

Fixed cli issue

24 Sep 15:04
7e35292
Compare
Choose a tag to compare
Merge pull request #19 from rfechtner/cli

Added CLI version

Command Line Interface

24 Sep 14:11
7e35292
Compare
Choose a tag to compare

cyclone and sandbag are now even easier to call from the command line.

Easy as:
$ cyclone -i {mat.csv} -o {prediction.csv}

Fixed min_iter issue

13 Jun 11:59
fc959a0
Compare
Choose a tag to compare
Merge pull request #17 from rfechtner/issue_min_iter

Printing marker pairs composition after filtering

Multicore Cyclone

04 Apr 16:13
9b48ede
Compare
Choose a tag to compare

New feature:

  • Multithreading now available for pais.cyclone()

Minor changes and fixes:

  • pais.sandbag() now significally faster
  • pais.sandbag() more stable in terms of memory access

Fixed Bug - CC_Score

14 Mar 15:23
4e228ec
Compare
Choose a tag to compare

Fixed wrong phase allocation for cell cycle prediction.
Cells where either G1 or G2M score is greater than 0.5 should be assigned to the greather of those two not of all

Bug fix - Loading datasets

14 Mar 13:05
46172ab
Compare
Choose a tag to compare
v3.0.12

Update test_cyclone.py

Fix for issue #6

14 Feb 15:29
0a16e22
Compare
Choose a tag to compare
Merge pull request #7 from rfechtner/fix_i6_cache_file_required

fix for issue #6.

v3.0.10b4

07 Feb 09:02
a85b0fc
Compare
Choose a tag to compare
v3.0.10b4 Pre-release
Pre-release
Update .travis.yml