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.6.8.tar.gz
(32.1 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.2.6.8.tar.gz
.
File metadata
- Download URL: vfb_connect-1.2.6.8.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f3ef08b5ea5625632d4bf2884fe4f3ef7ebdbbcc6b88195571c760681c4bd0f7
|
|
MD5 |
f0b515ebc2001eacfbc14fbf9da23307
|
|
BLAKE2b-256 |
10a472a596fb2bdef6518d1568ccbf352f915c11def6131b17fdc6128535e94e
|
File details
Details for the file vfb_connect-1.2.6.8-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2.6.8-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ddf7a8425d0d8725c50e422a7ad1db17c6b54b4f880888374b0cf7ef10030f58
|
|
MD5 |
e02cd6ac2bc5808c403976d59fe589aa
|
|
BLAKE2b-256 |
f9f8a2dc1704b42b197734e2a4f336681169fcb2453c70fa7f65cc39b6170b4d
|