Views provided by UsageCounts
This docker image provides an image of the DODO (Dictionary of Disease Ontologies) graph database. It aims to provide a more complete mapping across the multitude of disease ontologies and a comprehensive way to explore and interact with disease and phenotype ontologies. It includes the ontologies listed below: - MonDO - EFO - DO - ICD11 - MedGen - MeSH - HPO (phenotype ontology) - ClinVar To download and load the image ``` gzip -d docker-ucb-public-dodo-20.04.2020.tar.gz cat docker-ucb-public-dodo-20.04.2020.tar | docker load ``` Run the image ``` docker run -d \ --name public-dodo\ --restart always \ --publish=7476:7474 \ --publish=7689:7687 \ --env=NEO4J_dbms_memory_heap_initial__size=4G \ --env=NEO4J_dbms_memory_heap_max__size=4G \ --env=NEO4J_dbms_memory_pagecache_size=2G \ --env=NEO4J_dbms_query__cache__size=0 \ --env=NEO4J_cypher_min__replan__interval=100000000ms \ --env=NEO4J_cypher_statistics__divergence__threshold=1 \ --env=NEO4J_dbms_security_procedures_unrestricted=apoc.\\\* \ --env=NEO4J_dbms_directories_import=import \ --env NEO4J_AUTH=none\ elysheba/public-dodo:20.04.2020 ``` Updates will be available on: https://hub.docker.com/repository/docker/elysheba/public-dodo
disease, phenotype, ontology
disease, phenotype, ontology
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 0 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 7 |

Views provided by UsageCounts