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.16.tar.gz
(34.7 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.2.16.tar.gz
.
File metadata
- Download URL: vfb_connect-1.2.16.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
49ddac22d852c8e96b585cc1477924c7acbeb3d3da6399085bdf0addedf9570a
|
|
MD5 |
f5ce15063bb8fbe8013426b25a98ff69
|
|
BLAKE2b-256 |
dbd9c8bb0d160304beb0e7f4864c6a5f951f5e9ad52cf33374ce3d145050c798
|
File details
Details for the file vfb_connect-1.2.16-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2.16-py3-none-any.whl
- Upload date:
- Size: 39.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9d15cde52bb2bc69c5eddf65d5aa3c5b7cbc4cf32339b529c43c1abdc7317aef
|
|
MD5 |
274c737650e30805b85609a5569c58b9
|
|
BLAKE2b-256 |
d694fd7358c1f197551392b12c46e7933a0a053b5df389d7e4e8525dc51b9750
|