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.tar.gz
(19.1 kB
view details)
Built Distribution
vfb_connect-1.2-py3-none-any.whl
(35.4 kB
view details)
File details
Details for the file vfb_connect-1.2.tar.gz
.
File metadata
- Download URL: vfb_connect-1.2.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55b8769839ea3ee52e9c53263988df38d680068887711d4b2cef2976e2d4e82a |
|
MD5 | d816ad7999283a30fdc5f1757ef19f0e |
|
BLAKE2b-256 | 0924ae6a9b44afdd0b84e43c34731c495eaefade43cb4a615de939679473f0d4 |
File details
Details for the file vfb_connect-1.2-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2-py3-none-any.whl
- Upload date:
- Size: 35.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3dc82d9a278bd9cfc7b29aac531e12a24a0627cde7c3f1ef253763a30cac9e57 |
|
MD5 | 17ec99ed2e29c9f69f09c30d37020d00 |
|
BLAKE2b-256 | 6e771eea91b079405ec453d749e6e9ab26f688c390249ee9f318d4c343cc7e0c |