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.2.tar.gz
(19.1 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.2.2.tar.gz
.
File metadata
- Download URL: vfb_connect-1.2.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 |
924166c24e5678e566b54984ed963ee4aaadbba30032d9408a4e9388bd5d5153
|
|
MD5 |
12f465596b52e1def8a523920fa17c8c
|
|
BLAKE2b-256 |
1b0298d56822ed4dea37bd34bc49e8c6fb8b69d84cfc039eddf1d9762957e016
|
File details
Details for the file vfb_connect-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2.2-py3-none-any.whl
- Upload date:
- Size: 35.6 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 |
b381a94fb7d624662d6b81fd0a215429506979ca1db6c2eaa3e41e383450d2c9
|
|
MD5 |
8702592478dbb35b1f8c5f0ad49d4850
|
|
BLAKE2b-256 |
891125a79e1794e3b3dca6607e345a500ff603b5d01636834e041beb18f462ee
|