nxontology icon indicating copy to clipboard operation
nxontology copied to clipboard

NetworkX-based Python library for representing ontologies

Results 3 nxontology issues
Sort by recently updated
recently updated
newest added

follows https://github.com/related-sciences/nxontology/pull/26 method from https://github.com/related-sciences/nxontology/pull/26#discussion_r1260172182

Here's some example code to generate pairwise lin similarity scores for all node pairs in an NXOntology. For now just posting in case it's helpful, but it's also possible we...

The current visualization function [`create_similarity_graphviz`](https://github.com/related-sciences/nxontology/blob/7f4ba4132c6c3eb17df6ad38d5475ea06903fb3f/nxontology/viz.py#L12-L25) is specific to visualizing the similarity between two nodes. It's common that the user has a known subset of nodes for which they'd like to...