Conib
Curation of Neurodegeneration in Biological Expression Language (CONIB)
Install / Use
/learn @pharmacome/ConibREADME
Content
- conib: This folder contains curated BEL documents. Most have been organized by category (protein of interest, biological process of interest, pathway, etc.). Almost BEL documents correspond to a single publication, but a select few contain content from several due to topic-based curation.
- docs: This folder contains automatically generated HTML summaries of the content that can best be accesed through https://pharmacome.github.io/conib.
- notebooks: This folder contains various Jupyter notebooks associated with the repository. Since many of them use PyBEL-Jupyter, they may be best viewed using NBViewer.
Curation Planning
Here are a few links for navigating the GitHub issues and pull requests:
Installation
conib can be installed from PyPI with the following command:
$ pip install conib
or the latest version can be installed from GitHub with:
$ pip install git+https://github.com/pharmacome/conib.git
Usage
The graph can be loaded with:
import conib
# Get a dictionary of names to graphs
graphs = conib.get_graphs()
# Get all BEL documents as a single graph
graph = conib.get_graph()
# Get all knowledge as INDRA statements
stmts = conib.get_indra_statements()
The latest compiled version of the graph can be retrieved remotely with:
import requests
import pybel
URL = 'https://github.com/pharmacome/conib/raw/master/conib/_cache.bel.nodelink.json'
res_json = requests.get(URL).json()
graph = pybel.from_nodelink(res_json)
# Get INDRA statements
from indra.sources.bel import process_pybel_graph
pbp = process_pybel_graph(graph)
pbp.get_statements()
stmts = pbp.statements
# Quick version
stmts = pybel.to_indra_statements(graph)
Contributing
Contributions are welcome! Please submit all pull requests to https://github.com/pharmacome/conib.
License
- BEL scripts in this repository are licensed under the CC0 1.0 Universal.
- Python source code in this repository is licensed under the MIT license.
More BEL Content
See A Listing of Publicly Available Content in the Biological Expression Language (BEL) on Charles Tapley Hoyt's blog for more BEL content.
Related Skills
node-connect
348.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
