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.term('FBbt_00003686')
vfb.terms(['Ito02013'])
vfb.terms(['VFB_00010001'])
# Get all terms relevant to a brain region (all parts and all overlapping cells. You can query by label, symbol, synonym, id or xref.
vfb.get_terms_by_region('fan-shaped body')
TermInfo returns a pandas DataFrame by default but can also return a dict summary or full VFBTerms.
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.4.tar.gz
(86.4 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.4.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.4.tar.gz
- Upload date:
- Size: 86.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b74988291b756f50e03e4389622cd6d2fee0fdbb7e4e686d21daf1d7102e3db2 |
|
MD5 | 3c74bc7cae0a98b61ddec35d9f06a0e1 |
|
BLAKE2b-256 | b26dded1ff08008a18c8f401bac5bc17ffb762943b633fe14cb0432d6e027efe |
File details
Details for the file vfb_connect-2.2.4-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.4-py3-none-any.whl
- Upload date:
- Size: 98.1 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 | d6f15a873a1ea1c583e275f6eced9aeb02b3f9a4b516065685dd85e6e1a4d471 |
|
MD5 | 540ef218d6539fef09293e8f94b4a77d |
|
BLAKE2b-256 | 46446ea1711f59b75ab517bf3fc15a51db02742917d0d86aa2bda49146fe00ba |