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.get_TermInfo(['FBbt_00003686'])
vfb.get_TermInfo(['Ito02013'])
vfb.get_TermInfo(['VFB_00010001'])
# Get all terms relevant to a brain region (all parts and all overlapping cells. Query by label supported by default.
vfb.get_terms_by_region('fan-shaped body')
TermInfo return a pandas DataFrame by default but can also return a dict summary or full VFB_json values that conform to VFB_json_schema
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.1.16.tar.gz
(80.3 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.1.16.tar.gz
.
File metadata
- Download URL: vfb_connect-2.1.16.tar.gz
- Upload date:
- Size: 80.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a62c40f595bcdca4e7d4b15f09dac82c62523a849abd157247068ba4ea4a2873
|
|
MD5 |
8cdaef7e65f0bf2287a28cb0ad3c9eab
|
|
BLAKE2b-256 |
6211bf653d0c8aec0308654657e98e14cc8007af91e84284cd936855b7f880ab
|
File details
Details for the file vfb_connect-2.1.16-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.1.16-py3-none-any.whl
- Upload date:
- Size: 91.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6dd73b0fc25d18cf02d9092f37c1eb5b1e67349b9cb8c407f7b880bf88e5f31a
|
|
MD5 |
2b4882eb8d16abab8a554fd888cf2ba2
|
|
BLAKE2b-256 |
401243f32291eeb99eed1dd454a7427044de3251c4fa97f5f75c962447c925d9
|