File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Metadata-Version: 2.4
2+ Name: pilotpy
3+ Version: 2.0.8
4+ Home-page: https://github.com/CostaLab/PILOT
5+ Author: Mehdi Joodaki
6+ Author-email: judakimehdi@gmail.com
7+ Requires-Python: >=3.9
8+ License-File: LICENSE
9+ Requires-Dist: cycler
10+ Requires-Dist: joypy
11+ Requires-Dist: leidenalg
12+ Requires-Dist: numpy
13+ Requires-Dist: matplotlib
14+ Requires-Dist: pandas
15+ Requires-Dist: plotly
16+ Requires-Dist: plotnine
17+ Requires-Dist: pot
18+ Requires-Dist: pydeseq2
19+ Requires-Dist: pydiffmap
20+ Requires-Dist: scanpy
21+ Requires-Dist: scikit-learn
22+ Requires-Dist: scikit-network
23+ Requires-Dist: scipy
24+ Requires-Dist: seaborn
25+ Requires-Dist: shap
26+ Requires-Dist: statsmodels
27+ Requires-Dist: elpigraph-python
28+ Requires-Dist: adjusttext
29+ Requires-Dist: gprofiler-official
30+ Requires-Dist: gseapy
31+ Requires-Dist: anndata
32+ Dynamic: author
33+ Dynamic: author-email
34+ Dynamic: home-page
35+ Dynamic: license-file
36+ Dynamic: requires-dist
37+ Dynamic: requires-python
Original file line number Diff line number Diff line change 1+ LICENSE
2+ README.md
3+ setup.py
4+ pilotpy/__init__.py
5+ pilotpy/pl.py
6+ pilotpy/tl.py
7+ pilotpy.egg-info/PKG-INFO
8+ pilotpy.egg-info/SOURCES.txt
9+ pilotpy.egg-info/dependency_links.txt
10+ pilotpy.egg-info/requires.txt
11+ pilotpy.egg-info/top_level.txt
12+ pilotpy/plot/__init__.py
13+ pilotpy/plot/curve_activity.py
14+ pilotpy/plot/gene_selection_analysis.py
15+ pilotpy/plot/ploting.py
16+ pilotpy/plot/pseudobulk_DE_analysis.py
17+ pilotpy/tools/Cell_gene_selection.py
18+ pilotpy/tools/Gene_cluster_specific.py
19+ pilotpy/tools/Gene_cluster_specific_functions.py
20+ pilotpy/tools/Trajectory.py
21+ pilotpy/tools/__init__.py
22+ pilotpy/tools/patients_sub_clustering.py
23+ test/test_pilot.py
Original file line number Diff line number Diff line change 1+
Original file line number Diff line number Diff line change 1+ cycler
2+ joypy
3+ leidenalg
4+ numpy
5+ matplotlib
6+ pandas
7+ plotly
8+ plotnine
9+ pot
10+ pydeseq2
11+ pydiffmap
12+ scanpy
13+ scikit-learn
14+ scikit-network
15+ scipy
16+ seaborn
17+ shap
18+ statsmodels
19+ elpigraph-python
20+ adjusttext
21+ gprofiler-official
22+ gseapy
23+ anndata
Original file line number Diff line number Diff line change 1+ pilotpy
Original file line number Diff line number Diff line change 1- __version__ = "2.0.6 "
1+ __version__ = "2.0.8 "
22__author__ = 'Mehdi Joodaki'
33__credits__ = 'Institute for Computational Genomics'
44
You can’t perform that action at this time.
0 commit comments