2.1.1.4.1.2. wc_utils.util.ontology package

2.1.1.4.1.2.1. Submodules

2.1.1.4.1.2.2. wc_utils.util.ontology.core module

Ontology utilities

Author

Jonathan Karr <karr@mssm.edu>

Date

2019-01-14

Copyright

2019, Karr Lab

License

MIT

wc_utils.util.ontology.core.are_terms_equivalent(term1, term2)[source]

Determine if two terms are semantically equivalent

Parameters
  • term1 (pronto.Term) – term

  • term2 (pronto.Term) – other term

Returns

True if the terms are semantically equivalent

Return type

bool

2.1.1.4.1.2.3. Module contents