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.15.tar.gz
(79.4 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.15.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.15.tar.gz
- Upload date:
- Size: 79.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c443cbd71183576741efeca0aef3b941be7b535e214901cbebb06734846bb48 |
|
MD5 | e5a6e39fece7194119ca75900997c501 |
|
BLAKE2b-256 | 45705f685d0aa25b1803d4617087958b78b7c655eb6ec6fe38331ec3faf1bd17 |
File details
Details for the file vfb_connect-2.1.15-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.15-py3-none-any.whl
- Upload date:
- Size: 91.0 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 | 9d2b1b29f56f66c9f19b866d68f44337654a573c05610a6dcc9fefe4748644fd |
|
MD5 | 01e8c4777f5ea0cfe88b5eef5e71e521 |
|
BLAKE2b-256 | 7c1a61f79f0bfeb21bd3a37ae6c82cdde0eec7c39955446e9adf80c3cef896db |