Ryan Johnson
Ryan Johnson
Following along with [this notebook](https://github.com/biolink/ontobio/blob/master/notebooks/Wikidata_Ontology.ipynb) for rendering subgraphs using GraphRenderer, when running: ```python nodes = ont.traverse_nodes(qids, up=False, down=True) from ontobio.io.ontol_renderers import GraphRenderer w = GraphRenderer.create('tree') w.write_subgraph(ont, nodes, query_ids=qids) ``` I...
Hello. I currently map properties from an ontology using the documentation, so e.g., "myont:has_package" becomes "HAS_PACKAGES" in Neo4j. However, how would I do the same mapping for the 'inherent' Neo4j...