Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/service/molaopanalyser.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"id": "molaopanalyser",
"service": "MolAOP analyser",
"service": "Molecular AOP Analyser",
"description": "A web application for Key Event enrichment analysis on transcriptomic data in the context of molecular AOPs, with Fisher's exact and GSEA tests (FDR-corrected), interactive volcano plots, batch comparisons across conditions, and Cytoscape-based AOP network visualization with gene-expression overlays.",
"stage": "https://vhp4safety.github.io/glossary#VHP0000156",
"substage": "https://vhp4safety.github.io/glossary#VHP0000023",
"screenshot": "molaopanalyser.png",
"url": "https://molaop-analyser.vhp4safety.nl/",
"doi": "",
"release_notes": "",
"release_notes": "https://github.com/marvinm2/molAOP-analyser/releases",
"deployment_docs": "https://github.com/marvinm2/molAOP-analyser#readme",
"developed-by-VHP": "true",
"instance": {
"type": "internal",
"vhp-platform": "development",
"url": "https://molaop-analyser.vhp4safety.nl/",
"license": "",
"version": "",
"license": "GPL-2.0-only",
"version": "5.0.0",
"source": "https://github.com/marvinm2/molAOP-analyser",
"docker": "https://github.com/marvinm2/molAOP-analyser/pkgs/container/molaop-analyser",
"TRL": ""
Expand Down
6 changes: 3 additions & 3 deletions docs/service/molaopbuilder.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"service": "Molecular AOP Builder",

"_ins_description": "A short description for the service.",
"description": "A curator-in-the-loop web application that maps AOP Key Events to WikiPathways pathways, Gene Ontology biological-process terms, and Reactome pathways using BioBERT semantic similarity, with gene-overlap context and an admin review workflow before mappings enter the public REST API.",
"description": "A curator-in-the-loop web application for building molecular Adverse Outcome Pathways. Maps AOP Key Events to WikiPathways pathways, Gene Ontology Biological Process and Molecular Function terms, and Reactome pathways, with candidates ranked by BioBERT semantic similarity to the Key Event. Curators assign a confidence level through a structured rubric and an admin approves each mapping before it enters the public REST API; approved mappings are exportable as GMT, RDF/Turtle, CSV and JSON, and are deposited to Zenodo under a persistent concept DOI.",

"_ins_stage": "Stage / place in the workflow categories",
"stage": "https://vhp4safety.github.io/glossary#VHP0000156",
Expand Down Expand Up @@ -47,8 +47,8 @@
"_ins_url": "URL to the service instance running on our servers.",
"url": "https://molaop-builder.vhp4safety.nl/",

"license": "GPL-2.0",
"version": "2.8.0",
"license": "GPL-2.0-only",
"version": "2.9.0",

"ins_source": "Link to the source material of the service.",
"source": "https://github.com/marvinm2/molAOP-builder",
Expand Down
Loading