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.6.tar.gz
(65.7 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.6.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.6.tar.gz
- Upload date:
- Size: 65.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 |
4065669a6ade40ca636b54d3b8a1d1037c4fb3162dd7f665ad945580f2f23293
|
|
MD5 |
79fc9cd74870933452d6c71d6e7d0ee8
|
|
BLAKE2b-256 |
7b45756374ac6970b62162d3927321e920a9f44b06a32d20cc0b310b80cbab3b
|
File details
Details for the file vfb_connect-2.1.6-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.6-py3-none-any.whl
- Upload date:
- Size: 72.2 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 |
7722e03e3e9b2b391e85a6972438d0b2b53a5058775a3ac0698dd9b0d482d081
|
|
MD5 |
55ce83eddda70a4493334f3842af20c5
|
|
BLAKE2b-256 |
e1383b77b1be7c799743a3608e6724b3faa234f6dba660c96316694964a33c03
|