layout | title |
---|---|
home |
Home |
{%- include_cached header.html %}
Read more
Video tour
<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>
Pathway Figure OCR is an open science project dedicated to extracting pathway information from the published literature to be freely used by anyone.
Search by gene symbols, pathway names or other keywords
{%- include_cached thanks.html -%}