Skip to content

Commit 3c63675

Browse files
authored
Fix cluster_loss error and add demo for batch correction with no bio labels (#26)
* 📝 Docs: adding no bio groups demo 🚧 * 🚧 tried add miseq but maybe incomplete analysis? * ✨Feat: mv df_joiner() function to abaco.utils helper function for joining N dataframes on common col * 🚧📝Docs: Updating demo, removing alpha diversity metrics * 🐛Fix: error for min_kl if no kl > 0 then set min to 0 to prevent empty array error * add scanpy * 🚚 renaming tutorial * 📝Docs: adding tutorials * 🎨 lint and style
1 parent e7dd7a1 commit 3c63675

File tree

8 files changed

+7951
-4
lines changed

8 files changed

+7951
-4
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
1414
tutorial/tutorial-anaerobic-digestion
1515
tutorial/demo-mgnify-mgys-1135
16+
tutorial/demo-mgnify-tomatoes
1617
```
1718

1819
```{toctree}

docs/tutorial/demo-mgnify-mgys-1135.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# extension: .py
66
# format_name: percent
77
# format_version: '1.3'
8-
# jupytext_version: 1.17.2
8+
# jupytext_version: 1.18.1
99
# kernelspec:
1010
# display_name: .venv
1111
# language: python

0 commit comments

Comments
 (0)