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.17.tar.gz
(80.6 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.17.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.17.tar.gz
- Upload date:
- Size: 80.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
982d6a139b095529b178d917c3885d09c54b81450bff80244a15098efefa853f
|
|
MD5 |
ebee4ea70a783ac7a6233889195b146b
|
|
BLAKE2b-256 |
02d01fe9b495dbba6c315560ae27139ba7af60f351112b1c1e25568adbf134e8
|
File details
Details for the file vfb_connect-2.1.17-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.17-py3-none-any.whl
- Upload date:
- Size: 92.3 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 |
5f5562f3b8ecd9eaedfb68114698a7d2232ffb0e40591ef9b72e2675b4139777
|
|
MD5 |
77763542a8ea6290b40121bf7c5c8239
|
|
BLAKE2b-256 |
2fc6f0a974b9ee4c87a04e9fb38c6f9767db36bb8b45e2217739e781f474eb2c
|