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.20.tar.gz
(83.6 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.20.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.20.tar.gz
- Upload date:
- Size: 83.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2aa1d1dfd1756585b4dbdcd380d0f1411658df74399d3524e8e9fdb6edd644d |
|
MD5 | 8ac618e91b2bcd92946fe99c17fca670 |
|
BLAKE2b-256 | 900deb7c62ae5dace41ec10ae6e09b69fabe39ae71f46c8134565673d2d42ac2 |
File details
Details for the file vfb_connect-2.1.20-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.20-py3-none-any.whl
- Upload date:
- Size: 95.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f423642a89aa80dfd1be117baade1630df3cfb9d4915f08694069c0b7fcca65b |
|
MD5 | 094401051103a55b835db15f9f00a875 |
|
BLAKE2b-256 | 7f89463c10488bd1f23bcf3eb675334817df92920aa0c4683f420ef40a81f6a6 |