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.5.tar.gz
(19.3 kB
view details)
Built Distributions
File details
Details for the file vfb_connect-1.2.5.tar.gz
.
File metadata
- Download URL: vfb_connect-1.2.5.tar.gz
- Upload date:
- Size: 19.3 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 |
27ae56dc59e7d70e65ed8905b264949185f68f91b749449da8ae3ac6a92c46f3
|
|
MD5 |
1e7c66d6dd468c4ede248b36c4056b66
|
|
BLAKE2b-256 |
e9160895ce991bc31885852c530c90d371086da35a316e7e97eb93b81cfc3606
|
File details
Details for the file vfb_connect-1.2.5-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2.5-py3-none-any.whl
- Upload date:
- Size: 35.8 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 |
d671eb097d6df5d6d3659fedf0358787f93b11b38036962f06ebfa16c2659271
|
|
MD5 |
3a78764d1608e419e36f6057a9df4ebe
|
|
BLAKE2b-256 |
3f21455ac1baf968f38a7e9f856a2eddac35dababc634ff662f9b0381aa61f24
|
File details
Details for the file vfb_connect-1.2.5-py2-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2.5-py2-none-any.whl
- Upload date:
- Size: 35.8 kB
- Tags: Python 2
- 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 |
e92c151b27c0941a118c31f25b435cfdcc3ebe172ff1ad73d060568bee3383cd
|
|
MD5 |
e6ce24e2835e3bf5617359b69096d267
|
|
BLAKE2b-256 |
ec387b5dce9417cd04e931fa83928a2be3d0084128a434febfca3777ae23ae37
|