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.4.1.tar.gz
(39.4 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.4.1.tar.gz
.
File metadata
- Download URL: vfb_connect-1.4.1.tar.gz
- Upload date:
- Size: 39.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c44e5441d3c9f750a299411c4fa7ee84708d19868b436776989f1c9728a88dea
|
|
MD5 |
70d68e9cccafc6c62550ec0637ae497e
|
|
BLAKE2b-256 |
0c98854b862322888690d0309685f3f26b706937f89b544f00bbb1c0b1eac3dc
|
File details
Details for the file vfb_connect-1.4.1-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.4.1-py3-none-any.whl
- Upload date:
- Size: 44.1 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 |
a16ebd127ba72e6fa0e0813ed4edc0c3fea6b9bee8933218f46340627dd66762
|
|
MD5 |
fd379d5dd4f326c11fa27116c7458699
|
|
BLAKE2b-256 |
7e18e2ccc1d89ee4233bf4cae246807ecf5b51e8d494cad7f28c82f7fd6cd5da
|