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.9.tar.gz
(32.8 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.2.9.tar.gz
.
File metadata
- Download URL: vfb_connect-1.2.9.tar.gz
- Upload date:
- Size: 32.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1da0d6d46c95f8b61e34f109086ad2d1684201f9c71f2745d02b183b96e6cb4 |
|
MD5 | c7367d74153a29a1287e68ca6f6b294b |
|
BLAKE2b-256 | 801c459695d545ece984768176a25afcead994d5ccbd47e4f7036e5c4226e203 |
File details
Details for the file vfb_connect-1.2.9-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2.9-py3-none-any.whl
- Upload date:
- Size: 38.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e0e8974eecf0da23cf27c34c3dfb3011bba6ceec8285345e8c968511cdeeb47 |
|
MD5 | 07da7ca1e21d2a31a75b715e1b5e8510 |
|
BLAKE2b-256 | c6e277214afc8e3ea44c6e72f9ae0f8d53562c64fd811c004ac54ff98e263b7e |