Wrapper for querying VirtualFlyBrain servers.
Project description
VFB_connect

VFB_connect is a Python lib that wraps data/knowledgeBase query endpoints and returns VFB_json.
Available on PyPi:
pip install vfb_connect
Some examples:
from vfb_connect.cross_server_tools import VfbConnect
# VFB connect object wraps connections and queries to public VFB servers.
vc=VfbConnect()
# Get TermInfo for Types/Classes, DataSets and anatomical individuals.
vc.neo_query_wrapper.get_type_TermInfo(['FBbt_00003686'])
vc.neo_query_wrapper.get_DataSet_TermInfo(['Ito02013'])
vc.neo_query_wrapper.get_anatomical_individual_TermInfo(['VFB_00010001'])
# Get all terms relevant to a brain region (all parts and all overlapping cells. Query by label supported by default.
vc.get_terms_by_region('fan-shaped body')
TermInfo return values 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-1.2.10.tar.gz
(32.9 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.2.10.tar.gz
.
File metadata
- Download URL: vfb_connect-1.2.10.tar.gz
- Upload date:
- Size: 32.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
918c3b598e8be0d55193531ea120b1324e92d73f0ae4fb3d8a3922389be0a1ce
|
|
MD5 |
758afb485501b2175e09727a78274ca0
|
|
BLAKE2b-256 |
d51d860e191040954bc19b6ddfb222252d922ec2df1500c18da58bd4b4c19440
|
File details
Details for the file vfb_connect-1.2.10-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2.10-py3-none-any.whl
- Upload date:
- Size: 38.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c90a136b8b9b3517c75431c1bf9664acb9fea95edfea612c0a98af5dad50b492
|
|
MD5 |
b55b5740ae4cfc03cff3443fb118e483
|
|
BLAKE2b-256 |
0fd0a9054084734d7a9040a351dc8a340db0fae7d631deade084de2fbb5d85f7
|