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

Duplicate columns in output of neuprint_find_neurons #81

Closed
SridharJagannathan opened this issue Feb 14, 2020 · 2 comments
Closed

Duplicate columns in output of neuprint_find_neurons #81

SridharJagannathan opened this issue Feb 14, 2020 · 2 comments
Assignees

Comments

@SridharJagannathan
Copy link
Collaborator

SridharJagannathan commented Feb 14, 2020

Duplicate columns in output of neuprint_find_neurons

AL_neurons=neuprint_find_neurons(input_ROIs = "AL(R)", output_ROIs ="AL(R)")
> head(AL_neurons)
             bodyid            bodyname                  bodytype neuronStatus       size npre npost
294792184 294792184      mlPN2(AVM04)_R olfactory multi vPN mlALT       Traced  420662445   93   344
329566174 329566174  OA-VPM3(NO2/NO3)_R                   OA-VPM3       Traced 6840451191 8568  9998
329599710 329599710       mPNX(AVM06)_R olfactory multi lvPN mALT       Traced  339385459  244   271
417199910 417199910       mPNX(AVM06)_R olfactory multi lvPN mALT       Traced  380278767  162   308
420274150 420274150 AVM03m_pct(AVM03)_R                AVM03m_pct       Traced 1402341169  912   841
424379864 424379864 AVM03e_pct(AVM03)_R                AVM03e_pct       Traced 1338354844 1066   809
          AL(R).pre AL(R).post AL(R).pre AL(R).post
294792184         1        162         1        162
329566174         7          2         7          2
329599710        63        171        63        171
417199910         6        210         6        210
420274150         0          1         0          1
424379864         0          7         0          7

You can see that AL(R).pre and AL(R).post are duplicated.

@SridharJagannathan SridharJagannathan self-assigned this Feb 14, 2020
@SridharJagannathan
Copy link
Collaborator Author

@jefferis Sorry I forgot to make a branch but instead made a commit on the master (7c2ec67) for resolving this issue.

@jefferis
Copy link
Contributor

Thanks @SridharJagannathan!

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

No branches or pull requests

2 participants