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.2.tar.gz
(85.8 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.2.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.2.tar.gz
- Upload date:
- Size: 85.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
53745da270df1266f7a02cc98a1cdcf9e6caf0af17ff75f341b44b4cd6604b84
|
|
MD5 |
18cc9055434b7f5c4f632d844c5f85c1
|
|
BLAKE2b-256 |
e84b1fc10605d110cb45c7704eef36385949f574ca1ed9d4bf28df23994bda3d
|
File details
Details for the file vfb_connect-2.2.2-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.2-py3-none-any.whl
- Upload date:
- Size: 97.5 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 |
3862d2f1f0b06996c1a91fbe3f91b2726dd2154585cb11860425afe0b4e9633d
|
|
MD5 |
d6524b5d0e226b2148544f28f495496f
|
|
BLAKE2b-256 |
763a0f5256977445cf279e9b1108ccbd389d5085592db1175d31e9bfb895b8e5
|