Wrapper for querying VirtualFlyBrain servers.
Project description
VFB_connect
VFB_connect is a Python lib that wraps data/knowledgeBase query endpoints and returns DataFrame tables.
Available on PyPi:
pip install vfb_connect
Some examples:
# VFB connect object wraps connections and queries to public VFB servers.
from vfb_connect import vfb
# Get TermInfo for Types/Classes, DataSets and anatomical individuals.
vfb.term('FBbt_00003686')
vfb.terms(['Ito02013'])
vfb.terms(['VFB_00010001'])
# Get all terms relevant to a brain region (all parts and all overlapping cells. You can query by label, symbol, synonym, id or xref.
vfb.get_terms_by_region('fan-shaped body')
TermInfo returns a pandas DataFrame by default but can also return a dict summary or full VFBTerms.
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-2.2.15.tar.gz
(88.1 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.15.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.15.tar.gz
- Upload date:
- Size: 88.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8851a2344423efb2ab9a6174fd2402fa5332237ab0e604205bf4fe0ae9f5dcf |
|
MD5 | 546d811483682bdde856fe0eeabe5298 |
|
BLAKE2b-256 | 1e47c835ee0ab95ec29677c669257dbf2ed3884ce9e74f44722ea9abe534326b |
File details
Details for the file vfb_connect-2.2.15-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.15-py3-none-any.whl
- Upload date:
- Size: 99.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ea1f2fb7e880e9f99f1ecd6b81a9b420dd8dc059fa55c6c014d1cc2edc7fa61 |
|
MD5 | 3bbed4135f81c726d95fca723f385c82 |
|
BLAKE2b-256 | 3e81e5133f190628422a976dce9965e3c589fa4053f0bf064f9d294916026e9e |