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.6.0.tar.gz
(41.5 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.6.0.tar.gz
.
File metadata
- Download URL: vfb_connect-1.6.0.tar.gz
- Upload date:
- Size: 41.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 |
b2437bca4167d57cb9b7c32852be3d7fc09ceccc5cb1c56a869e8f3f93347442
|
|
MD5 |
c791386604894c50b60fa839418bc197
|
|
BLAKE2b-256 |
01b7ec6996e38ac39a72c9aceaa1dfaa0828f567d46199705ed98c8b06dc2e52
|
File details
Details for the file vfb_connect-1.6.0-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.6.0-py3-none-any.whl
- Upload date:
- Size: 46.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 |
fe84f08b21f08f04de0487490f89ff9aa11363cd160edfb7f9e8e81a86b83253
|
|
MD5 |
faa161360a9a9613059b2aebd6ce7aa3
|
|
BLAKE2b-256 |
e4476d2740f0cb224b4b526fc2e0744df44bb3dcf83cfdc2cdc9c1716c8f14ef
|