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.11.tar.gz
(87.4 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.11.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.11.tar.gz
- Upload date:
- Size: 87.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
938c02a8dd0c37c4e16689914bf0c588c5e1ca75b44210b45cea3722ba1e1eac
|
|
MD5 |
10510e9221cacaf440ed7d8e4c2c9b0d
|
|
BLAKE2b-256 |
ce8be911a5f59d384269341b0bf3c11fbc8fd8857c68f6fe56b61370f75f38b9
|
File details
Details for the file vfb_connect-2.2.11-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.11-py3-none-any.whl
- Upload date:
- Size: 99.1 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 |
446c48e3d94019c4e80265179d44dbcc934b48f8c943f9b8906d42a262a59221
|
|
MD5 |
4d62f4b62c2012ff2088f6c1f5735a0e
|
|
BLAKE2b-256 |
aae60101cd5d41eb745263ec9333d7ca9a1118d02e0056980d6afec0a0b5f9a7
|