Skip to content

Commit

Permalink
Python level access to query expression language (#769)
Browse files Browse the repository at this point in the history
* moving query to own module

* new function

* adding doctests

* docs

* Adding notebook example

* adding dissector

* refactor

* format

* Allow passing of terms on CLI for ontology-only enrichment, fixes #769

Additional changes for #769

* Fixes #770

* fix codespell. See #756

* null

* fmt

* do not apply word normalization

* docs
  • Loading branch information
cmungall committed Jun 1, 2024
1 parent 19ae9d8 commit d56db0e
Show file tree
Hide file tree
Showing 14 changed files with 2,091 additions and 391 deletions.
1,016 changes: 1,016 additions & 0 deletions notebooks/CellType/LungEpithelialCell.ipynb

Large diffs are not rendered by default.

Binary file added notebooks/images/lung-cells-src.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/oaklib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
__version__ = "0.1.0"

from oaklib.interfaces import BasicOntologyInterface # noqa:F401
from oaklib.query import onto_query # noqa:F401 # noqa:F401
from oaklib.resource import OntologyResource # noqa:F401
from oaklib.selector import get_adapter, get_implementation_from_shorthand # noqa:F401

Expand Down
Loading

0 comments on commit d56db0e

Please sign in to comment.