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.8.tar.gz
(86.7 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.8.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.8.tar.gz
- Upload date:
- Size: 86.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b2866177505ec776c854f85be7ac3ec0bb5656a50a5e12b8bd2b9bba8e16e7f4
|
|
MD5 |
1bae40cb4ac2c2aa176921de902cb701
|
|
BLAKE2b-256 |
846f84d8362a66e0ebad6632ecdf1dd840373dcf30eb81634ebaa675a2379b22
|
File details
Details for the file vfb_connect-2.2.8-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.8-py3-none-any.whl
- Upload date:
- Size: 98.4 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 |
5f1af82a3735b086f4fc99573b4f18f7f8a1a6c266f565871602f403b02c063e
|
|
MD5 |
0c49f6bcf328d938dc2a4a45f4fb323c
|
|
BLAKE2b-256 |
e6c66e379daf3d57a9a0be688f0aff9e2660e2c65adf3bae435f78a66369d801
|