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.
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.0.1.tar.gz
(11.1 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-0.0.1.tar.gz
.
File metadata
- Download URL: vfb_connect-0.0.1.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6207006fab9539fd4b98768c133eeb87a52c7077f35efcede1e3f0570bfdadcd
|
|
MD5 |
1921e049dcbaacd621b7e98c23086c1c
|
|
BLAKE2b-256 |
3847b05f4fc9c2ba1d0d1d67603721d9134e0f1c2521f8ba79590ae5aa2912c9
|
File details
Details for the file vfb_connect-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-0.0.1-py3-none-any.whl
- Upload date:
- Size: 26.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3d0b1609127654d0bba203e7b2e2f9ed83219f2da46382fc72711fb8210ecc0b
|
|
MD5 |
057cbd8bfee83103a1a23c23e4b1baa4
|
|
BLAKE2b-256 |
22ffa48944334765554b8fadd88dbab86b58280b6996f6dc2e961553b5502871
|