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.3.tar.gz
(19.1 kB
view hashes)
Built Distribution
Close
Hashes for vfb_connect-1.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04d4754638582d08f06117fd09adf1df4106228d45d1dc2ea065ef18c9c13128 |
|
MD5 | 137ad5bb85e797aab941cfee4f4a0f8b |
|
BLAKE2b-256 | 628b717148167d1e1cdc47b78be58abb3e0043246dfdcd22c660e785cc60f09f |