Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating cross_seg_comparison into seg_compare script #3

Merged
merged 12 commits into from
Dec 5, 2024
Merged
618 changes: 312 additions & 306 deletions cross_seg_comp_user_guide.ipynb

Large diffs are not rendered by default.

379 changes: 0 additions & 379 deletions cross_seg_comparison.py

This file was deleted.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ dependencies = [
"scanpy",
"scipy",
"igraph",
"leidenalg"
"leidenalg",
"plotly",
"kaleido",
]

[project.urls]
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ jupyterlab-server==2.27.3
# notebook
jupyterlab-widgets==3.0.13
# via ipywidgets
kaleido==0.2.1
# via spatial_compare (setup.py)
kiwisolver==1.4.5
# via matplotlib
legacy-api-wrap==1.4
Expand Down Expand Up @@ -280,6 +282,8 @@ pillow==10.4.0
# via matplotlib
platformdirs==4.2.2
# via jupyter-core
plotly==5.20.0
# via spatial_compare (setup.py)
prometheus-client==0.20.0
# via jupyter-server
prompt-toolkit==3.0.47
Expand Down
Binary file added segmentation_comparison_1370519421_XEN_SIS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"scanpy",
"scipy",
"igraph",
"leidenalg"
"leidenalg",
"plotly",
"kaleido",
],
include_package_data=True,
version="0.2",
python_requires=">=3.9"
)
)
342 changes: 338 additions & 4 deletions spatial_compare.py

Large diffs are not rendered by default.

Loading