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.term('FBbt_00003686')
vfb.terms(['Ito02013'])
vfb.terms(['VFB_00010001'])
# Get all terms relevant to a brain region (all parts and all overlapping cells. You can query by label, symbol, synonym, id or xref.
vfb.get_terms_by_region('fan-shaped body')
TermInfo returns a pandas DataFrame by default but can also return a dict summary or full VFBTerms.
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.2.10.tar.gz
(87.4 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.10.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.10.tar.gz
- Upload date:
- Size: 87.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
48c4425cb0796e1c56893adc24abd4bf18d750e73d43a2dd3288bf5a29dbd634
|
|
MD5 |
0a1f4410af6a0feebc6f59959bc6bfae
|
|
BLAKE2b-256 |
ae0afb7f5ea67ef8cc8b531fbccb3355b564007423250b1fcba2f49a2aab3ac1
|
File details
Details for the file vfb_connect-2.2.10-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.10-py3-none-any.whl
- Upload date:
- Size: 99.1 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 |
9c41f16d29e3b6845cac2863f03d17a08daa068f1fa80e429703d22b8cf6c23c
|
|
MD5 |
49faed791d6598799dbc2bc698150dd6
|
|
BLAKE2b-256 |
5b231c30ade22523bb6cbbdd25a540799434f6d8b8f837d11bc3ec95e201e097
|