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

XXX header in 1st column of connector data.frame #42

Closed
zhihaozheng opened this issue Feb 15, 2016 · 4 comments
Closed

XXX header in 1st column of connector data.frame #42

zhihaozheng opened this issue Feb 15, 2016 · 4 comments
Labels

Comments

@zhihaozheng
Copy link
Contributor

First column of the connector data.frame for neuron objects downloaded from CATMAID has variable name 'XXX' (unknown identifier). Also in 'connectors' documentation. I believe the number is 'treenode id'. If it is an outgoing connectors, the number is pre-synaptic treenode id; for incoming connectors, it is post-synaptic treenode id.

@jefferis
Copy link
Collaborator

Thanks @zhihaozheng. I've been meaning to fix that when I could check what it actually was. Can you give me some evidence that it is indeed the treenode id e.g. catmaid source, example results that you have cross checked etc. Many thanks, Greg.

@jefferis jefferis added the bug label Feb 15, 2016
@jefferis
Copy link
Collaborator

Thanks @zhihaozheng for sending more info privately. Just to clarify, is it your understanding that the treenode id always refers to the current skeleton rather than the partner?

@zhihaozheng
Copy link
Contributor Author

Right. Say test_kc[[1]] is a neuron object. I used this one line code to test it.

all(test_kc[[1]]$connectors$XXX %in% test_kc[[1]]$d$PointNo)

Zhihao

On Feb 15, 2016, at 10:15 PM, Gregory Jefferis notifications@github.com wrote:

Thanks @zhihaozheng for sending more info privately. Just to clarify, is it your understanding that the treenode id always refers to the current skeleton rather than the partner?


Reply to this email directly or view it on GitHub.

@jefferis
Copy link
Collaborator

Perfect. Thanks for confirming.

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

No branches or pull requests

2 participants