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.2.1.tar.gz
(85.8 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.1.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.1.tar.gz
- Upload date:
- Size: 85.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c0bd421d584a529fdcb413780b51c189521cab89c9a052bd6818531fea1d00fc
|
|
MD5 |
ebaa2ba0a1c45f76ab2ee096497c25bd
|
|
BLAKE2b-256 |
562ae1ed678abec02c566579d39d76ebbd6844e65eaf278b8f849e8d92921239
|
File details
Details for the file vfb_connect-2.2.1-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.1-py3-none-any.whl
- Upload date:
- Size: 97.4 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 |
2ca26b101dd255e7a6e2acdfe9386491f50a7de8b9833e2112a342e3ac12302a
|
|
MD5 |
c58460f7a3179d8ef5c1157428cfe486
|
|
BLAKE2b-256 |
523ee1437ac000a49ae87053dbf1a0307d26fa4f82817d05c2a3835f66c2f5fb
|