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.12.tar.gz
(76.8 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.12.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.12.tar.gz
- Upload date:
- Size: 76.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
080359ac1cd7a18560cb5a12e00aa402b87dc463d69359adb13f9098177bdbc9
|
|
MD5 |
ca35e754b5faaf738e0031a30abd659a
|
|
BLAKE2b-256 |
79b677b5e3d2e0e87667b86388c07b0097de53028068b5b14ff3dfc135530a15
|
File details
Details for the file vfb_connect-2.1.12-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.12-py3-none-any.whl
- Upload date:
- Size: 88.5 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 |
da3a3002b0725f44f8cbf01404104a2a8aa22d261ae995e10d9fe573f39a73d9
|
|
MD5 |
ec61dfe60f60c76186352424b48d7fd0
|
|
BLAKE2b-256 |
bda7e6cb8049c8f9f5db27a8f114167d5b3a92783d8f4b278dfcd5cfe6dc619d
|