Rust re-implementation of navis
and nat
core functions.
- geodesic distances
- connected components
- generation of linear segments
- synapse flow centrality
- Strahler index
- classify nodes
- flow centrality
- CI tests
- NBLAST (started a prototype)
- shortest paths
- cater for
i32
node IDs which are currently cast up toi64
- faster version of
navis.connected_subgraph
- internally, we use
i32
to represent node indices which means we can't process neurons with more than 2,147,483,647 nodes (should be fine though)
See the README for the navis and nat wrappers for instructions on installation and usage.