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.9.tar.gz
(86.9 kB
view details)
Built Distribution
File details
Details for the file vfb_connect-2.2.9.tar.gz
.
File metadata
- Download URL: vfb_connect-2.2.9.tar.gz
- Upload date:
- Size: 86.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
42be1ce3a0692fc258ce5660cc9d0e3f897fc74718e892b01aad7efef4728b54
|
|
MD5 |
b5dd4b275b030541e0d60e9fe24a5f01
|
|
BLAKE2b-256 |
34d578da1e51fdae0b1e952489ef9edab9699bf2d45558ad2a7a30344f8248fa
|
File details
Details for the file vfb_connect-2.2.9-py3-none-any.whl
.
File metadata
- Download URL: vfb_connect-2.2.9-py3-none-any.whl
- Upload date:
- Size: 98.5 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 |
fcb8d3a7f53331ef3d03a4b77f36ac7bafea947233caf84f47eda9bbb1940779
|
|
MD5 |
75cda687b786ad00f7c17b8c3da8ed5e
|
|
BLAKE2b-256 |
ccb18867c82d681414ab025f54855a1c7bcf4eb56158236e4922bcbba3835471
|