Closed alexanderbates closed 1 year ago
A few quick thoughts.
You need to think about the database table structure more carefully:
Note that many of these issues also apply to what's in hemibrainr and will probably require you to create a SQL table definition.
Depending on what you are doing, you will likely need to index post and pre for competitive queries. This again means that they should really be int.
Next is for updating this table. You can expect each partner query to take about 20s on average. We cannot just run this for 10,000 neurons every night. Even 1000 will make us unpopular. You need to reduce the amount of time hitting flywire services. This means
closing as this has been superseded by Sven's dumps
I would like to build an easy to use edgelist for flywire neurons. With hemibrainr, you can access one I have made for the hemibrainr google drive:
elist = hemibrainr::hemibrain_elist()
And you get:
It is broken down by axon/dendrite. I could make something similar for the flywire neurons that are 'processed' on FlyEM1 each night and put it on the currently private 'hemibrain' google drive, at hemibrain/fafbsynapses.
Keep the same column names? Also add transmitter as
top.nt
?