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.5.tar.gz
(86.5 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.5.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.5.tar.gz
- Upload date:
- Size: 86.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
36b40e02d6f49c436ea014e8af99c9981637af52ceb86861ec0bc4bbadc2e1a6
|
|
MD5 |
e8a7388a8772f5003c25781cee566647
|
|
BLAKE2b-256 |
150e582e3c94e3d0afbd904f81a07020d4764102959e21e1636afd6a3858c50b
|
File details
Details for the file vfb_connect-2.2.5-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.5-py3-none-any.whl
- Upload date:
- Size: 98.2 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 |
a2ffab566a644a26fb160132b67c711907ed0765810782467102d56895a34a1b
|
|
MD5 |
67fd14f332b20577190586bae5bf618c
|
|
BLAKE2b-256 |
6a0fa9b127dfe9e13bec0ab67624182278b389b36db1279aaf8a9445bef09141
|