Skip to content

Latest commit

 

History

History
239 lines (238 loc) · 12.3 KB

index.md

File metadata and controls

239 lines (238 loc) · 12.3 KB
layout title
home
Home
{%- include_cached header.html %}

Pathway Figure OCR is an open science project dedicated to extracting pathway information from the published literature to be freely used by anyone.

Read more Video tour

Search published figures

<script> const searchForm2 = document.getElementById('searchForm2'); searchForm2.addEventListener('submit', function(event) { event.preventDefault(); // Prevent the default form submission behavior const searchQuery2 = encodeURIComponent(searchForm2.elements.searchQuery2.value); // Get the search query and encode it const searchUrl2 = `/search.html?query=${searchQuery2}`; // Construct the search results page URL with the search query as a parameter window.location.href = searchUrl2; // Navigate to the search results page }); </script>

Search by gene symbols, pathway names or other keywords

Pathway figures annotated with genes, metabolites, drugs and disease identifiers.

Dedicated to open access

Almost a thousand pathway figures are published each month. We are releasing the information trapped in inaccessible PDFs and images for researchers globally.

Browse the current collection

Explore the full breadth and depth of published pathway knowledge. Discover pathways of interest by organism and other metadata.

Download and analyze

Get pathway information in the format you need. Use online and software tools to perform pathway analysis.

{%- include_cached footer.html -%}
{%- include_cached thanks.html -%}