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.3.tar.gz
(39.5 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.4.3.tar.gz
.
File metadata
- Download URL: vfb_connect-1.4.3.tar.gz
- Upload date:
- Size: 39.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
960368d406eca3a3e9fafd25546a13058eb0e82a44631396e08cbb400de02e62
|
|
MD5 |
172f22bee64a7137107b896507454c01
|
|
BLAKE2b-256 |
410d3dd0de94f09c654581aaa30edc3236f5c63fbc67acdd105f566c8e3dafb8
|
File details
Details for the file vfb_connect-1.4.3-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.4.3-py3-none-any.whl
- Upload date:
- Size: 44.2 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 |
33195c3541bd80c6a2af9bc527a7afe507f084b5606e015223e57e2c08c74fd0
|
|
MD5 |
0e4b2c8d3c5b687fb0b29a0ac313acc2
|
|
BLAKE2b-256 |
e3c93e4c8d885e648f15bf0f8e95dff04d669d0e162b7492a068d1b1d35b37a5
|