-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Background
Systems Biology Graphical Notation (SBGN) is a standard language for representing biological pathways with SBGNML being the exchange and storage format for SBGN. SBGN diagrams are created using the developed SBGN editors (Newt, CellDesigner, SBGN-ED etc.) and they can be saved as SBGNML files. However, using these editors can sometimes be a difficult process, especially for those who try to use them for the first time, due to their complicated menus and toolbars. In addition, creating an SBGN map drawn on a paper or on a tablet during a meeting or lab discussion again to save it as SBGNML requires extra time and effort. To overcome these issues, we are developing a service and sample app (Image-to-SBGN Converter) to automatically convert hand-drawn SBGN maps to SBGNML by utilizing large language modes (LLMs). In addition to the conversion, this tool also allows user to see the resulting converted diagram and shows node-related information (see figure).

Goal
The goal of the project is to add some features to our app that will make the job of users easier before and after conversion and enable them to get more efficiency. These features include but are not limited to:
- Adding more conversion-related options to the Settings section
- Adding a quick edit feature if the result of the conversion has missing/wrong nodes/edges
- Providing functionality to open the converted map in an SBGN editor such as Newt for advanced editing
- Providing more detailed information about nodes and edges in Object View
- Adding layout options
Difficulty Level: Easy-Medium
Difficulty of the required features range from easy (making UI edits) to medium (using Cytoscape.js extensiones or querying data via REST API).
Size and Length of Project
- medium: 175 hours
- 12 weeks
Skills
Essential skills: JavaScript, HTML/CSS, Node.js
Nice to have skills: Cytoscape.js, LLM APIs (GPT, Gemini, Ollama etc.)
Public Repository
https://github.com/sciluna/image-to-sbgn
Potential Mentors
Hasan Balci
Augustin Luna