Skip to content

Commit

Permalink
Jupyter notebook snippets needed (#15)
Browse files Browse the repository at this point in the history
* Added TODO

* Added temporary schema and loader

* Added temporary schema and loader

* Added AnndataAnalyzer and co_annotation_report

* Added predicate logic to co_annotation_report

* Increased max-line-length

* Updated schema.json

* Updated pandasaurus version

* Fixed the predicate logic and added supercluster_of predicate

* Refactored the lambda operation

* Removed duplicates from co_annotation_report

* Updated pandasaurus version to 0.2.2

* Updated pandasaurus version to 0.2.3

* Added walkthrough.ipynb

* Updated definition of enrichment methods
  • Loading branch information
Ismail Ugur Bayindir authored Jul 3, 2023
1 parent 7911370 commit 1abf1fc
Show file tree
Hide file tree
Showing 3 changed files with 22,115 additions and 177 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "pandasaurus_cxg"}]
[tool.poetry.dependencies]
python = "^3.9"
pandas = "^2.0.2"
pandasaurus = "0.2.2"
pandasaurus = "0.2.3"
anndata = "^0.9.1"

[tool.poetry.group.dev.dependencies]
Expand Down
Loading

0 comments on commit 1abf1fc

Please sign in to comment.