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.22.tar.gz
(83.6 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.22.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.22.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 |
37973fcdce3516aefb5051d8550475d0f0b0b312369ccc93c8e26f9d3b30903d
|
|
MD5 |
b7a4d1bc3d6a872e9d08613c44e8388d
|
|
BLAKE2b-256 |
aa99971835bca6cb118ba8c58465b16403663797abee556c1e133c2342f72a66
|
File details
Details for the file vfb_connect-2.1.22-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.22-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 |
3d5a7929e8da9fa02945c5465be1fd63e5fdce8b9be0293ea38f301a29dcc1be
|
|
MD5 |
0f39eabef2ac402c50eb1bd2a074ee19
|
|
BLAKE2b-256 |
54fe3df1785ed1d9b8bb1eb3519225d4820d2256fa1dc3b25fbcbcca7a370f33
|