Download tables for latest MANC version 1.2.1

73 views
Skip to first unread message

Jan Clemens

unread,
Jan 9, 2025, 6:29:03 AM1/9/25
to neuPrint
Hi, we are doing MANC analyses using our own libraries and use the MANC exports provided with version 1.0 (https://console.cloud.google.com/storage/browser/flyem-manc-exports). Since the information is now slightly outdated, is there a way to access neuron and connectivity information (including annotations) for the latest version of MANC available on neuprint (v1.2.1)? Thanks!!

Jasper Phelps

unread,
Feb 18, 2025, 12:02:51 PM2/18/25
to neuPrint
I second this request – getting a release of the tables underlying the MANC v1.2.1 connectome would be great!
Thanks

Jan Clemens

unread,
Feb 19, 2025, 7:28:04 AM2/19/25
to neuPrint
Hi,

turns out one can fetch the tables using python:

Hope this helps.

Cheers,
Jan

from neuprint import fetch_neurons, fetch_adjacencies, fetch_traced_adjacencies, fetch_meta

c = Client('neuprint.janelia.org', dataset='manc:v1.2.1', token=YOUR_API_TOKEN)

traced_df, roi_conn_df = fetch_adjacencies() # fetches the connectivity table
neurons_df, roi_counts_df = fetch_neurons() # fetches the neuron table with cell types etc
Reply all
Reply to author
Forward
0 new messages