Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 2.35 KB

xploreaop.md

File metadata and controls

80 lines (66 loc) · 2.35 KB

xploreaop

Shiny webapplication to visualize Adverse Outcome Pathway (AOP) networks. So far data has been included to interactively explore the AOPs for two liver outcomes: Cholestasis and Steatosis

Documentation

VHP4Safety Documentation

  • Service introduction:
  • Workflow:
  • Demo:

<script> function initTeSSWidgets() { var query = ''; if (query.trim() != "") { TessWidget.Materials(document.getElementById('tess-widget-materials-list'), 'SimpleList', { opts: { enableSearch: false }, params: { pageSize: 5, q: query } }); document.getElementById('tess-widget-materials-header').innerHTML = "Documentation from ELIXIR TeSS" } } </script> <script async="" defer="" src="https://elixirtess.github.io/TeSS_widgets/components/js/tess-widget-standalone.js" onload="initTeSSWidgets()"></script>

VHP4Safety Service Metadata

  • Development cloud: https://xploreaop.cloud.vhp4safety.nl/
  • Login required:
  • Implementation status:
  • TRL:
  • Type: -
  • Contact: Marc Teunis
  • API Type:
  • Categories: -
  • Targeted users: -
  • Relevant VHP4Safety Use case: -

Technical tool specifications

<script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "SoftwareApplication", "http://purl.org/dc/terms/conformsTo": { "@type": "CreativeWork", "@id": "https://bioschemas.org/profiles/ComputationalTool/1.0-RELEASE" }, "@id" : "https://vhp4safety.github.io/cloud/service/xploreaop", "name": "xploreaop", "description": "Shiny webapplication to visualize Adverse Outcome Pathway (AOP) networks. So far data has been included to interactively explore the AOPs for two liver outcomes: Cholestasis and Steatosis", "url": "https://xploreaop.cloud.vhp4safety.nl/" } </script>