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.0.tar.gz
(56.3 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.0.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.0.tar.gz
- Upload date:
- Size: 56.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 |
4edf78cba241d2da5e16cfd1957c216bb55f418777ae320205bb293fe939610f
|
|
MD5 |
572148e9f9992356da4e4aa276eb633e
|
|
BLAKE2b-256 |
4bff9efdac5fdc89cc567cf636067f5e9c4e7d6af388189496f9411e958671da
|
File details
Details for the file vfb_connect-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.0-py3-none-any.whl
- Upload date:
- Size: 62.8 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 |
91e8369732760bb8c08754aee6205bab6e6b730e79a6ed4d641c6e42b53b8a6a
|
|
MD5 |
f8f416d0a119d646571fad46db7b27db
|
|
BLAKE2b-256 |
d97933eb6f3b7e931cbdab638a5190f507275bc562a644ec8bc8852e746da77a
|