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.19.tar.gz
(82.5 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.19.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.19.tar.gz
- Upload date:
- Size: 82.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8c1d59ed64db1a20e9aff74c22bfb3938bfaddf01acf29dddecf963d5b38c380
|
|
MD5 |
ac89c0a66e2d5539cdbfabd4f95a4a2d
|
|
BLAKE2b-256 |
5511d234b9bf86436fbe6491ba2ecbb62f48a732d45ec1bbd87ec8b62231148a
|
File details
Details for the file vfb_connect-2.1.19-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.19-py3-none-any.whl
- Upload date:
- Size: 94.1 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 |
903a1ee88efe710e16af00063bec4c056facf40d6b4d791ce5c5f342dbcbad58
|
|
MD5 |
d601cab7d5c8b40000134411047316f6
|
|
BLAKE2b-256 |
ecf11b626719815b5f6ef00504e2cb1045587bc33791ade4cb1df93d1eee62d4
|