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.0.tar.gz
(13.6 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-0.1.0.tar.gz
.
File metadata
- Download URL: vfb_connect-0.1.0.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 |
2dbf1ae7fe9834ab0e525c1db3d5a02bc42b289bd7c1b84efeb0f5404ca94c62
|
|
MD5 |
ae7d9e634afd8be563aea0184770a2f6
|
|
BLAKE2b-256 |
ae140881833c63fa37da89dbca22e822a7a025c2213c52d3c02e288c72fe767e
|
File details
Details for the file vfb_connect-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-0.1.0-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 |
5d9260ebaa01c807ffec76e5f40ee15e98bf4584e02d58b6492107cc7c2f7e90
|
|
MD5 |
6ebc5947e1f2184a4ab0366bb88aeedb
|
|
BLAKE2b-256 |
14ed3f82e93f04b59189a9ed2088bb789818b3638f9edf6e66842117bff2ae78
|