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

Include neuron list of superclusters and clusters from nblast online? #33

Closed
jennyl617 opened this issue Oct 25, 2016 · 3 comments
Closed

Comments

@jennyl617
Copy link

jennyl617 commented Oct 25, 2016

I was wondering if you had a dataset listing all the neurons belonging to each cluster/supercluster from online in your nblast R package, or whether this information is only accessible on the website. Thanks very much!

edit: Just found https://github.com/jefferislab/NBLAST_clusters_online --thanks!

@jefferis
Copy link
Contributor

Thanks for your interest. You can access this information using the https://github.com/jefferis/flycircuit package.

library(flycircuit)
apres16k.p0=load_si_data('apres16k.p0.rds')
apdf=as.data.frame(apres16k.p0)
str(apdf)

You can take a look at the source code for the figures at http://flybrain.mrc-lmb.cam.ac.uk/si/nblast/www/paper/ and https://github.com/jefferislab/NBLAST_figures.
If you need more help, please contact us via https://groups.google.com/forum/embed/?place=forum/nat-user#!forum/nat-user.

@jennyl617
Copy link
Author

Just a quick question: I noticed I get different flycircuit ids when I do the following:
fc_idid(apdf$item[(apdf$cluster == 1)])
versus
apdf$idx[(apdf$cluster == 1)]

Did I perhaps miss something? Looks like the ids for the first half of the list are correct, but begin to diverge afterward. Thanks so much for your help!

@jefferis
Copy link
Contributor

jefferis commented Nov 1, 2016

The first form using fcidid is correct. The other id is not a flycircuit id but a sequential number generated in the clustering. In general I recommend referring to neurons using the character identifiers to avoid such ambiguities.

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