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.10.tar.gz
(73.9 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.10.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.10.tar.gz
- Upload date:
- Size: 73.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5f8844dc5832706bff9ee62dedcb10ee18d098e2202aed477deffcdd1a085bf3
|
|
MD5 |
536c25304142f134288b6dc5b27a7a77
|
|
BLAKE2b-256 |
fa9e73c41c11d51b9db1d0fe5e22af2dd1bb28a2f9624e1a58f999eed2bee88d
|
File details
Details for the file vfb_connect-2.1.10-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.10-py3-none-any.whl
- Upload date:
- Size: 85.6 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 |
1ab0c48a2c0abf9aa4505a8bae1c1cbe4d0a94467701e9f9c4b0ec253e79d21e
|
|
MD5 |
81e7b4e2860ccf37dc9cb1e903daac6f
|
|
BLAKE2b-256 |
1d4ff263788cb2c10a695f9223fd4c9a050d980accc42b3600a0dde190335728
|