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.20.tar.gz
(35.0 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.2.20.tar.gz
.
File metadata
- Download URL: vfb_connect-1.2.20.tar.gz
- Upload date:
- Size: 35.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e569156bd61b0615f4fd3d449fb1dc09df5ab4eaa67b3400701ae61a87e9b488 |
|
MD5 | e29728b1f314cb5b6dac1b6eba3a84e9 |
|
BLAKE2b-256 | 74571d65f6c0b5ee547edbc6943eee6d8626fc3fc00f35c7c32ca95757b62805 |
File details
Details for the file vfb_connect-1.2.20-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2.20-py3-none-any.whl
- Upload date:
- Size: 40.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7e415c36b6cff405c89830a76f2a28e8de9235123ed53412e1b312b652a0a98 |
|
MD5 | e89bb14a539ea32bdef30e0a6ceb9894 |
|
BLAKE2b-256 | 19b072b5778167f0ca0a8ac9377245f090c71e635056a8f83917dc8b51e8d6b5 |