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.1.tar.gz
(39.7 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.5.1.tar.gz
.
File metadata
- Download URL: vfb_connect-1.5.1.tar.gz
- Upload date:
- Size: 39.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e3befbd1b7faf3de1b1347e7abc79f537b4315efd5881bc242e2f3ffb2391393
|
|
MD5 |
b6e9567ac8f7124f491a4940f8daca7b
|
|
BLAKE2b-256 |
172157c71cb79965cb2fb2a84512b19e44b70ab1cf015d435d17c5b436497bbc
|
File details
Details for the file vfb_connect-1.5.1-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.5.1-py3-none-any.whl
- Upload date:
- Size: 44.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 |
fbfd0c4010fd8b34a2e7933d17244350ca85bf3894114b8f39f749c6fe9059e5
|
|
MD5 |
b11d4307d4897f11afa8d16e218046b3
|
|
BLAKE2b-256 |
498f68dd385ce656c73ff01c845044ae66b7e24a24a93c802746dcfa916a6133
|