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.3.tar.gz
(85.9 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.3.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.3.tar.gz
- Upload date:
- Size: 85.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b008e6da78f6b0799642b01e04c0a4b6fb0187f31e69cfe6300a17b841dae0b5
|
|
MD5 |
e8fa0de9565d3bfe81b94832cc2484b8
|
|
BLAKE2b-256 |
d72d9b297a9e2162c634a77cc56038251d517d875be4efacebce6c94fa9817b2
|
File details
Details for the file vfb_connect-2.2.3-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.3-py3-none-any.whl
- Upload date:
- Size: 97.6 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 |
2950c60c56f715100a3909c206423f77787c7b5c1c3a88424c09446c84a5ad14
|
|
MD5 |
74a1ccc29aaef540d3c6f0658f06f499
|
|
BLAKE2b-256 |
18f3985031f01975c6f8223ee76b8dd6ba7367720860fa7d9e8fd5e4b7dbf253
|