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.24.tar.gz
(84.0 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.24.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.24.tar.gz
- Upload date:
- Size: 84.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c096fa30406f7b85a71962f367566b51c1f685133983d2adf102a30d7dd875fd
|
|
MD5 |
f2341a5d37a1467d2462c357256f9c2e
|
|
BLAKE2b-256 |
7a81ce1c2b74850372e91ca91e294a80d353410493dac5fbe45a6a0aba76ab66
|
File details
Details for the file vfb_connect-2.1.24-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.24-py3-none-any.whl
- Upload date:
- Size: 95.6 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 |
828768fb2aec8a33eade3874f2202c758d5d7034a86bb62a31cc19e99c574d2a
|
|
MD5 |
16c122c262f41929d846017dd5ae4963
|
|
BLAKE2b-256 |
f78b1e19ba2cbf946b13dc061b34d2c1ea963b4edf6821c88ef6f5dbdc6aa44f
|