Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #7 from ManuSetty/develop
Browse files Browse the repository at this point in the history
- Added section for gating cells in the mass cytometry notebook
- Updated tSNE dependency version
  • Loading branch information
ManuSetty authored Jun 10, 2016
2 parents 9073b4e + de314a6 commit c328208
Show file tree
Hide file tree
Showing 3 changed files with 992 additions and 38 deletions.
1,024 changes: 989 additions & 35 deletions notebooks/Wishbone_for_mass_cytometry.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


setup(name='wishbone',
version='0.2.1',
version='0.2.2',
description='Wishbone algorithm for identifying bifurcating trajectories from single-cell data',
author='Manu Setty',
author_email='[email protected]',
Expand All @@ -24,7 +24,7 @@
'numpy>=1.10.0',
'pandas>=0.18.0',
'scipy>=0.14.0',
'tsne',
'tsne==0.1.3',
'matplotlib',
'seaborn',
'sklearn',
Expand Down
2 changes: 1 addition & 1 deletion src/wishbone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from . import wishbone_gui
from . import autocomplete_entry

__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit c328208

Please sign in to comment.