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.17.tar.gz
(34.7 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-1.2.17.tar.gz
.
File metadata
- Download URL: vfb_connect-1.2.17.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6968692ba35f5bed310b0063a695f2ee2902e656f3f031ac28f2913de9a06697
|
|
MD5 |
89e802b442211b3f9b05c3aa5b3d5d5a
|
|
BLAKE2b-256 |
3754168ea6fb3be95f2e2eb6aa76f70e0d7f71d52aaa82c8f20832dfc2ab7497
|
File details
Details for the file vfb_connect-1.2.17-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-1.2.17-py3-none-any.whl
- Upload date:
- Size: 39.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5604aa29cb6741bf195321e9df22b51b6fac92036b04ebbf4c10741b1e202400
|
|
MD5 |
797e48a015e854929339cbd16e0c6529
|
|
BLAKE2b-256 |
b27386eb922ef45e5c5780941f247c87b3793a3560bad6ec3bec48c7ca82c579
|