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.7.tar.gz
(70.0 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.7.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.7.tar.gz
- Upload date:
- Size: 70.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e56a2b86188115b2280dfad411190f9db21b81ba84252328e0c09fe7436f5447
|
|
MD5 |
4aa68c1e4619a7fb3336bb5c0d334203
|
|
BLAKE2b-256 |
cbbc94cf42958c98002c8a1c3761e3296f7ce10f79661fff3b55392583d846ae
|
File details
Details for the file vfb_connect-2.1.7-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.7-py3-none-any.whl
- Upload date:
- Size: 81.7 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 |
f3aca3fd4ce0e161cf112166389a28113e2e644f31b4a3fa96f684e61a49ba06
|
|
MD5 |
71163c800300c1450e7b82747420c6b7
|
|
BLAKE2b-256 |
3b4ff86f5a6d3eec518f0b830b44cb80fabd894f22a38b693623cf20637a8c8a
|