Open
Description
Just to keep a running list of potential new features:
- annotations:
- pre-populate a
type
column (cell_type
back-filled withhemibrain_type
)
- pre-populate a
- connectivity queries:
- optionally add annotations (type, side, etc)
- optionally collapse neurons into types
- add a
get_graph
function (this could include agrow
parameter to grow the graph by n hops from the query IDs) - add a function to download the entire graph - I never checked how long that would even take these days
- for large queries add a
sparse
parameter toget_adjacencies
which would return either the edge list or a sparse matrix