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.12.tar.gz
(34.8 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.2.12.tar.gz
.
File metadata
- Download URL: vfb_connect-1.2.12.tar.gz
- Upload date:
- Size: 34.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
55a62f4f7f444ec98fce03ebee60c1f3b4c1e2c9d588e72cd396de9c3b51eb39
|
|
MD5 |
e4c2d9ccad7fc4b3c24fde3b6906ca7f
|
|
BLAKE2b-256 |
7d6bf0935bed77a7b4d7c4e2000f40a520a6024098e89402aec5c7fa3296208d
|
File details
Details for the file vfb_connect-1.2.12-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2.12-py3-none-any.whl
- Upload date:
- Size: 39.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
da23e88046e424ded4a2584ada327d78266779cf6c7adf22719f7c460c8ce87d
|
|
MD5 |
76f4d84960c013276c6cca24a52e3226
|
|
BLAKE2b-256 |
d8d70c7d60d7af8a1f7afc81d46d5805e501721fec36c3b4f726ae958f8671c9
|