Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

1 participant