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-0.1.1.tar.gz
(13.6 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-0.1.1.tar.gz
.
File metadata
- Download URL: vfb_connect-0.1.1.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3b0f2b52212cbbc2513912503a13977e9f9039792b7f64abfdcda4cc9e292b6f
|
|
MD5 |
30cc209bc4ed9446ac6f3a7b47fddad6
|
|
BLAKE2b-256 |
0e64d7322e575a7964ddbf9e2db5f17f8d0d7457d9e4a98f4e01eb5f5881196a
|
File details
Details for the file vfb_connect-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-0.1.1-py3-none-any.whl
- Upload date:
- Size: 29.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/49.2.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
edc426d349215d1ef083e43d5a1a3552e931437f2ed13b3afb5895d2abc24fba
|
|
MD5 |
5344263796de261c5360c76b208a8b90
|
|
BLAKE2b-256 |
800a47ddf3b093010a55e2068466b69541226b13c384eddbbf2f434718a2c5e8
|