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.0.2.tar.gz
(55.3 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.0.2.tar.gz
.
File metadata
- Download URL: vfb_connect-2.0.2.tar.gz
- Upload date:
- Size: 55.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b16704721eeb66647501fdbfd429564a05b2882bf24e0942566ed6c4488d6116
|
|
MD5 |
e811a2a7701c0b4e61ab680304f4c853
|
|
BLAKE2b-256 |
1fcbfc14dea403b00b9c9bd3ea5a1e828b89533a35ab45d01f9014c8a6e4b917
|
File details
Details for the file vfb_connect-2.0.2-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.0.2-py3-none-any.whl
- Upload date:
- Size: 61.6 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 |
c5152db51e0a6f3261b1e661c7696211037e21858f457d30f339f4b584302c57
|
|
MD5 |
a0d3b3e8fe453e9beb514304e61f7674
|
|
BLAKE2b-256 |
7d39585e9e0b89d31bca6fa5c6ccac05e4441f79ced09a135208c344e52e9015
|