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-1.5.0.tar.gz
(39.6 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.5.0.tar.gz
.
File metadata
- Download URL: vfb_connect-1.5.0.tar.gz
- Upload date:
- Size: 39.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
168ec59df5c12a4eeb30d9a60d656c7f0375b10b04bfac0f6dda6acb3e212ea1
|
|
MD5 |
e7e17bb65a23203a7edd73156e677641
|
|
BLAKE2b-256 |
87e11fa4009df3246a52494a61013e0e4770a583deb2613f26ef776fa73220f1
|
File details
Details for the file vfb_connect-1.5.0-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.5.0-py3-none-any.whl
- Upload date:
- Size: 44.3 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 |
59cf77eb0d5455f4629b7d100daac8f5dbfbbf92a03e3a769d01207c7d750f32
|
|
MD5 |
21a2897d98944f85287dd49ad91aa7da
|
|
BLAKE2b-256 |
e54e4553422fd224c1e39026aa9e260a0236d8d3622bf149dc3f89fe03e6e588
|