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

NBLAST score matrix builder v2 #69

Merged
merged 21 commits into from
Apr 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,5 @@ ENV/
#*.swc
#*.json
MANIFEST

tmp/
9 changes: 9 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,15 @@ Functions to compare morphology.
navis.synblast
navis.persistence_distances

Utilities for creating your own score matrices for NBLAST can be found in

.. autosummary::
:toctree: generated/

navis.nbl.smat.Lookup2d
navis.nbl.smat.Digitizer
navis.nbl.smat.LookupDistDotBuilder

Polarity metrics
----------------
.. autosummary::
Expand Down
1 change: 1 addition & 0 deletions docs/source/gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ function. There you will also find more examples.
tutorials/nblast
tutorials/nblast_flycircuit
tutorials/nblast_hemibrain
tutorials/smat

.. raw:: html

Expand Down
Loading