It would be useful to implement visualisation of objects of class neurons (and by default extensions of that) in the neuroglancer format. The following are the task check list that need to be completed (this is ongoing and hence will be frequently updated):
The ideal output in the http port would be like below:

It would be useful to implement visualisation of objects of class
neurons(and by default extensions of that) in the neuroglancer format. The following are the task check list that need to be completed (this is ongoing and hence will be frequently updated):precomputedformat:1. Format spec for segments(skeletons) here:
https://github.com/google/neuroglancer/blob/master/src/neuroglancer/datasource/precomputed/skeletons.md
2. See python implementation here for conversion from swc: https://github.com/seung-lab/cloud-volume/blob/c3d1f8005397f72d04720f864e9c95d63725b0c0/cloudvolume/skeleton.py#L908
3. See misc here:
How to view a SWC file on Neuroglancer? google/neuroglancer#207
How to display a SWC file from a nodejs server google/neuroglancer#169
Node.jssession to communicate tohttpport:1. See example in python here: https://github.com/google/neuroglancer/tree/master/python
2. An example
rpackage that does that is here: https://github.com/ColinFay/bubbleThe ideal output in the
httpport would be like below: