We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@jefferis Sorry I forgot to make a branch but instead made a commit on the master (7c2ec67) for resolving this issue.
Sorry, something went wrong.
Thanks @SridharJagannathan!
SridharJagannathan
No branches or pull requests
Duplicate columns in output of neuprint_find_neurons
You can see that AL(R).pre and AL(R).post are duplicated.
The text was updated successfully, but these errors were encountered: