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.21.tar.gz
(83.7 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.21.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.21.tar.gz
- Upload date:
- Size: 83.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
90adaed1bb01b908bc583937346d68e3a2b9028b32c0bf6d3528d7abced14e92
|
|
MD5 |
7fecd773f34c255973eafaceaab04cf7
|
|
BLAKE2b-256 |
9479e1a7f0e2cef7eca97c620aee9520a5e9aaa88ab79dbee084f737c279f2d7
|
File details
Details for the file vfb_connect-2.1.21-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.21-py3-none-any.whl
- Upload date:
- Size: 95.2 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 |
0520f41b7ba3b134a358e37927c6cf0fc065b252f2a30755a6b3a8319b71473e
|
|
MD5 |
c57733813a3c1e6800b08e6dbc66fdcb
|
|
BLAKE2b-256 |
fead597ca198b4b7945fa30efc9f2cf2935f3ffcc8bbcdb1de6c63dbf5e6a86b
|