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.2.tar.gz
(58.1 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.2.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.2.tar.gz
- Upload date:
- Size: 58.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
92881928a1b158fc68a480ab2adae946e278103b93934a0542c06c01665d4b7c
|
|
MD5 |
3932df5e0c2f3e10322911c6bba4105a
|
|
BLAKE2b-256 |
781a7981c3279e86ba55c917341e52367313ee5f0a91f23726f6c538d0a86c09
|
File details
Details for the file vfb_connect-2.1.2-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.2-py3-none-any.whl
- Upload date:
- Size: 64.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 |
41475e4cdc186a73bd3d99a6552d2f7817d4198f08992d77e04f08a198905b11
|
|
MD5 |
1bde703be54d2534481a88cbd40efe83
|
|
BLAKE2b-256 |
29839c67544cda73d976bed76e00b53cf41e87f1646b20f6ece16cd5c54892a2
|