Skip to content

Commit

Permalink
Merge pull request #69 from clbarnes/smat2
Browse files Browse the repository at this point in the history
NBLAST score matrix builder v2
  • Loading branch information
clbarnes authored Apr 12, 2022
2 parents c4be4eb + dfc6b4b commit 7437726
Show file tree
Hide file tree
Showing 12 changed files with 1,641 additions and 115 deletions.
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

0 comments on commit 7437726

Please sign in to comment.