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.13.tar.gz
(78.6 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.13.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.13.tar.gz
- Upload date:
- Size: 78.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 |
2c8bbd0ba035e1be67dadc01605d365a377c1301d627b1d03bffa7e770a1ffc3
|
|
MD5 |
4d6f0f732c7829f31a09ba2978488c42
|
|
BLAKE2b-256 |
6fa8798a7d71a9f739817ce7894fece209a77aa9477d0026779f7453eaa4dd2b
|
File details
Details for the file vfb_connect-2.1.13-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.13-py3-none-any.whl
- Upload date:
- Size: 90.3 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 |
21f690c454c5e3354ae3c1c644ab79dc9567f1a7694e712cc1673f09c8e13806
|
|
MD5 |
972aad1b5e970e667e457e69e0b7f9a1
|
|
BLAKE2b-256 |
c32ce66cfe36872bdbc259e23ca45a0789f7c5aeaba2fab48dbd2049dbd5d0de
|