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.14.tar.gz
(88.0 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.14.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.14.tar.gz
- Upload date:
- Size: 88.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 |
e2b6666731592958a6db0141b44f618f1987f5855fd8e22bdf1b2117fa75257a
|
|
MD5 |
4468975625168ad50971ed4abd434d6d
|
|
BLAKE2b-256 |
effe6287c83e2c07b079e5ee3eb76810522f98089b8dc63c2b322dc1b60b7b55
|
File details
Details for the file vfb_connect-2.2.14-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.14-py3-none-any.whl
- Upload date:
- Size: 99.7 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 |
6411e9f5138aa1696b374841c556b887b2c8b34c398b6357b68d8160c75e4ede
|
|
MD5 |
1324052691cddbe773b37d883e9571c7
|
|
BLAKE2b-256 |
51358f75c6287c17eea0e9210916592678440b22062ab0e7679605a2f7d2e38b
|