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

Topological NBLAST #49

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Topological NBLAST #49

wants to merge 19 commits into from

Conversation

dokato
Copy link

@dokato dokato commented Jan 12, 2023

This (long overdue) PR proposed topological NBLAST. A modification that introduced 2 critical changes:

  1. Directed dotprop vectors (pointing to soma/root).
  2. Scaling dotprops by topological node features.

In order to run topoNBLAST, one nedds to compute the topodotprops with nat:

tdps = dotprops(nrns, topo=T)

then it's possible to call:

nabat <- nblast_allbyall(tdps, version=1, sd=10, UseTopo=T)

It's recommended to use version 1 of scoring as it's more sensitive to orientation changes and currently there's no scoring matrix for topo version.

To work correctly, it required topo dotporps to be computed first: natverse/nat#502

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant