Wrapper for querying VirtualFlyBrain servers.
Project description
VFB_connect

VFB_connect is a Python lib that wraps data/knowledgeBase query endpoints and returns DataFrame tables.
Available on PyPi:
pip install vfb_connect
Some examples:
# VFB connect object wraps connections and queries to public VFB servers.
from vfb_connect import vfb
# Get TermInfo for Types/Classes, DataSets and anatomical individuals.
vfb.get_TermInfo(['FBbt_00003686'])
vfb.get_TermInfo(['Ito02013'])
vfb.get_TermInfo(['VFB_00010001'])
# Get all terms relevant to a brain region (all parts and all overlapping cells. Query by label supported by default.
vfb.get_terms_by_region('fan-shaped body')
TermInfo return a pandas DataFrame by default but can also return a dict summary or full VFB_json values that 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-2.1.23.tar.gz
(83.8 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.23.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.23.tar.gz
- Upload date:
- Size: 83.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4cd73aed361fe9ffe264c4a116bca8c3d80394664db9bcf10d379f4b391715a6
|
|
MD5 |
54eaf833c16dc64e54822eb739d522ab
|
|
BLAKE2b-256 |
b3353cc7db5ead3f25c1beb7f528ffd7efaac5b87b88623b06933fc5b7803f32
|
File details
Details for the file vfb_connect-2.1.23-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.23-py3-none-any.whl
- Upload date:
- Size: 95.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3e0f646959b5abf83f7e61697757ebe77042ed1f3f84e23dca2f4ddf2cb29fad
|
|
MD5 |
6023209e7fcbd2ab17475358bed64a3f
|
|
BLAKE2b-256 |
fc0730727544ceeaf465ea74eb7448bbd858410250919692d2c6e84aef6ed1fe
|