Skip to content

Commit

Permalink
Merge pull request #7 from jaydu1/JacobDev
Browse files Browse the repository at this point in the history
Jacob dev
  • Loading branch information
jaydu1 authored Sep 21, 2023
2 parents 78111f2 + 95b5c0e commit 044357e
Show file tree
Hide file tree
Showing 457 changed files with 257,670 additions and 286,798 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
__pycache__/
VITAE/__pycache__
VITAE/__pycache__/
.ipynb_checkpoints
PyPI/
data/mouse_brain_merged.h5
data/mouse_brain_miller.h5
data/mouse_brain.h5
code.txt
update.py
update.bash
update.bash
VITAE/.idea/workspace.xml
2,136 changes: 1,289 additions & 847 deletions VITAE/VITAE.py

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions VITAE/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
__all__ = ['VITAE']

from VITAE.VITAE import VITAE, get_embedding, get_igraph, leidenalg_igraph, plot_clusters, load_data

__author__ = "Jin-Hong Du, Ming Gao, and Jingshu Wang"
__copyright__ = "Copyright 2020, The Trajectory Inference Project"

__license__ = "MIT"
__version__ = "1.1.7"
__maintainer__ = "Jin-Hong Du"
__email__ = "dujinhong@uchicago.edu"
__status__ = "Development"
__all__ = ['VITAE']

from VITAE.VITAE import VITAE
from VITAE.utils import load_data

__author__ = "Jin-Hong Du, Tianyu Chen, Ming Gao, and Jingshu Wang"
__copyright__ = "Copyright 2020, The Trajectory Inference Project"

__license__ = "MIT"
__version__ = "2.0.1"
__maintainer__ = "Jin-Hong Du, Tianyu Chen, and Jingshu Wang"
__email__ = "jinhongd@andrew.cmu.edu"
__status__ = "Development"
Loading

0 comments on commit 044357e

Please sign in to comment.