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.3.tar.gz
(58.1 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.3.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.3.tar.gz
- Upload date:
- Size: 58.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
193f36b1595e35de092e8fa413c9c44f6d4312438228685fe68b56299490cced
|
|
MD5 |
d885ece9b1ff26716678c0e041813032
|
|
BLAKE2b-256 |
33e138795036da4abef5a7b7fcd60103eb1b72c23821dc31dd5d544561cd058f
|
File details
Details for the file vfb_connect-2.1.3-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.3-py3-none-any.whl
- Upload date:
- Size: 64.6 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 |
fe8053b446ccc485df2e654fc845c687359a8e5c28371151b073d9f307c6226e
|
|
MD5 |
3f5a07887b6a315c92264e40d5f647a6
|
|
BLAKE2b-256 |
cd67569c91a8e79e5b589f85adde2e67ff9c3d4a4fe70dff8679c6dd5e29e853
|