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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vfb_connect-2.1.18.tar.gz.
File metadata
- Download URL: vfb_connect-2.1.18.tar.gz
- Upload date:
- Size: 82.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd230bfd6bd30f515572fa6af15a8380f0aae4274b66ddbb3ab16359614ce160
|
|
| MD5 |
727a09d50e9c64fe78eeabd0d357a24a
|
|
| BLAKE2b-256 |
fdf792085013c1b88fd5a285baf565a093eb51e42258cf13566ba755355dd6e3
|
File details
Details for the file vfb_connect-2.1.18-py3-none-any.whl.
File metadata
- Download URL: vfb_connect-2.1.18-py3-none-any.whl
- Upload date:
- Size: 94.1 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 |
146187c07b5b39794f451113473578ef1af72e729fa175fa8dba2ee73c9649d1
|
|
| MD5 |
7e98652eb245a016aa06f0ed497de07b
|
|
| BLAKE2b-256 |
c0acf19e3ddb21154a0aca39299bb2885739b6b65f84d0bb8f460c384a38fb42
|