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.1.tar.gz
(57.6 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.1.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.1.tar.gz
- Upload date:
- Size: 57.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1baa45edac6471f2a089e202c955bb21ab40d249917905106f20c3d9f57099b3
|
|
MD5 |
623d694fba2db5c2c27be97cfca0e552
|
|
BLAKE2b-256 |
11e39e5503b4270f8b7b57dc506af0337b78b9aca6102a489a3c1b9faff7cbd3
|
File details
Details for the file vfb_connect-2.1.1-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.1-py3-none-any.whl
- Upload date:
- Size: 64.0 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 |
d60e1df40dadd46ceec1cdb94918bdbf023de6f932ee5aaf3ed8fd0a048771a5
|
|
MD5 |
7d2ec5c1d22f879ad1c27a33aefea091
|
|
BLAKE2b-256 |
3da2ffe98cdda770e195469ed4473c4563c29e6b4b3f2fff846c6ba58ab67883
|