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.6.tar.gz
(86.6 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.6.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.6.tar.gz
- Upload date:
- Size: 86.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cb49a5329dac904fc2e655fcfc6909550a0cffbd333e651d6234fa0c9bffce92
|
|
MD5 |
ea24bad3695174dc9f55e4ef76c670e2
|
|
BLAKE2b-256 |
ccc578f2a9ce47dce77a72f486cc11180416b7211381d643a22892be131ebb3a
|
File details
Details for the file vfb_connect-2.2.6-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.6-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 |
ed946c37fef32765b252f4005a76e7adba9c9a74ff1ed75fce73196fadefad94
|
|
MD5 |
b62383b4339608aa2ab8ac83a285d6e8
|
|
BLAKE2b-256 |
b29b9e2779ac7e30bd50eea1db71b30c150427879c604537a886cfa1e0ff30c5
|