Wrapper for querying VirtualFlyBrain servers.
Project description
VFB_connect

VFB_connect is a Python lib that wraps data/knowledgeBase query endpoints and returns VFB_json.
Available on PyPi:
pip install vfb_connect
Some examples:
from vfb_connect.cross_server_tools import VfbConnect
# VFB connect object wraps connections and queries to public VFB servers.
vc=VfbConnect()
# Get TermInfo for Types/Classes, DataSets and anatomical individuals.
vc.neo_query_wrapper.get_type_TermInfo(['FBbt_00003686'])
vc.neo_query_wrapper.get_DataSet_TermInfo(['Ito02013'])
vc.neo_query_wrapper.get_anatomical_individual_TermInfo(['VFB_00010001'])
# Get all terms relevant to a brain region (all parts and all overlapping cells. Query by label supported by default.
vc.get_terms_by_region('fan-shaped body')
TermInfo return values conform to VFB_json_schema
For more examples see our Quick Guide Jupyter Notebook
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vfb_connect-1.2.18.tar.gz
(34.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vfb_connect-1.2.18.tar.gz.
File metadata
- Download URL: vfb_connect-1.2.18.tar.gz
- Upload date:
- Size: 34.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6991d6ec25eff133c33ca14e5862400f5f7c5b02a5738d4a6b7167e4b6d5a06c
|
|
| MD5 |
99b2ec20b7359f17ddfcf86facb356bf
|
|
| BLAKE2b-256 |
5c7463a384a334b7b9ab5be00e1d0e54d5a6a564206806ffb4db2b318508de95
|
File details
Details for the file vfb_connect-1.2.18-py3-none-any.whl.
File metadata
- Download URL: vfb_connect-1.2.18-py3-none-any.whl
- Upload date:
- Size: 39.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f57c677cbeb4d1af4a89ca388ed89daf929f854c24326e47e5ed823e48784e51
|
|
| MD5 |
fba332af197347dd339a3830f14afb32
|
|
| BLAKE2b-256 |
8935f25b15264f6cf8fd5a1cb25268ff0e6b9235e3cc50957fca4f57a2a67e88
|