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.2.0.tar.gz
(85.6 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.0.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.0.tar.gz
- Upload date:
- Size: 85.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 |
a2911a897c78a9978e29143bbdd96cc45a9f8a6fc773919ca21c28c96c1c3961
|
|
MD5 |
be5378b30e5f9757052b9469dbfdc342
|
|
BLAKE2b-256 |
70c23fae53958b4a8a904df7c242d5d01b957e6d8222a06d9e07cc95711c9afd
|
File details
Details for the file vfb_connect-2.2.0-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.0-py3-none-any.whl
- Upload date:
- Size: 97.3 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 |
a869bdb5243dc9a9620447748a20c1922cb6a0a8d2fc2aac946c40d4c00f12dd
|
|
MD5 |
a9fd0c819d3742e1a44a97962c8d1846
|
|
BLAKE2b-256 |
b764badc2328815e16568860034cc6e337f7835b0541e7fd252dcd6157f6a34e
|