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.3.0.tar.gz
(36.9 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.3.0.tar.gz
.
File metadata
- Download URL: vfb_connect-1.3.0.tar.gz
- Upload date:
- Size: 36.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
65716502c6deed081180895621519ea1f3999d1ada5efd42cc8c0e227db15d42
|
|
MD5 |
1175452561f1f50ab1b1490a5aae2309
|
|
BLAKE2b-256 |
9605405ce5070610f874e0aa10bbc5f12aea0af8a9ce75c358a256dc6dd6b3f6
|
File details
Details for the file vfb_connect-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.3.0-py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c7efdaa437163709203b446dca2f7784984ec3a0f1a4b69ec3511af64438db47
|
|
MD5 |
1ef5235bd404f6f2f47d44f04a7d2081
|
|
BLAKE2b-256 |
5954197f31dd358add9d1035170d491c77bca6231e3894a60f6cd0eb123e0f8e
|