Skip to main content

This package validates a list of relationships between two terms against the specified ontologies.

Reason this release was yanked:

Package changed name to verificado, please check the new lib on https://pypi.org/project/verificado/

Project description

Relationship validator DOI

Validate ontology relationships using Ubergraph as source of truth. Relationships in this context may be subClassOf axioms between names classes (e.g. 'lymphocyte' subClassOf 'cell') or existential restrictions, (e.g. 'enterocyte' part_of some ‘intestinal epithelium’).

Ubergraph is an RDF triplestore with 39 OBO ontologies merged, precomputed OWL classification and materialised class relationship from existential property restrictions. Validation therefore works for any directly asserted or inferred/indirect subClassOf relationship or existential restriction.

Install

Dependencies

This package depends on Graphviz and OBOGraphviz to represent the validation as a graph.

Graphviz

On macOS:

brew install graphviz

On Linux:

apt install graphviz

For another platform, please follow this instruction to install Graphviz.

OBOGraphviz

Before installing OBOGraphviz, make sure you have installed Node.js version >= 14.16. Please follow this instructions to install Node and npm.

Then install the obographviz package globally:

npm install -g obographviz

relation-validator package

pip install relation-validator

Configure YAML file

In the config file, it is defined the list of relationships the validation should run on. The order is essential.

The yaml file needs to have the keys relationships and filename. Check an example below:

relationships:
  sub_class_of: rdfs:subClassOf
  part_of: BFO:0000050
  connected_to: RO:0001025
  has_soma_location: RO:0002100
  ...

filename: path/to/filename.csv

The filename can be in TSV or CSV and should have the following columns:

s slabel user_slabel o olabel user_olabel
the subject term ID the label of the term in the column s optional label for the term given by user the object term ID the label of the term in the column s optional label for the term given by user

When using CSV, double-quote if the label contains a common.

Run relation-validator CLI

relation-validator validate --input path/to/config.yaml --output path/to/output.csv

The output.csv file will be in the same format as the filename.csv. It will return the cases where a triple (subject, relationship, object) with the relationships listed in the yaml file was not found in Ubergraph.

List of ontologies available

To know which ontologies and their version are available in Ubergraph, use the following CLI:

relation-validator ontologies_version --output filename.json

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

relation_validator-0.5.1.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

relation_validator-0.5.1-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file relation_validator-0.5.1.tar.gz.

File metadata

  • Download URL: relation_validator-0.5.1.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.9.16 Darwin/23.4.0

File hashes

Hashes for relation_validator-0.5.1.tar.gz
Algorithm Hash digest
SHA256 97c66d73fe1718959bd3b5bd319bc7f272ccd88e55690eda8f76ad92d2325ab7
MD5 b10f236cbfa27018ab0b3e4b68980e3c
BLAKE2b-256 8012009482b6889bf31a3b3b8b7b58e921176b4b9a905057c740f18482b8b2fa

See more details on using hashes here.

File details

Details for the file relation_validator-0.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for relation_validator-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f60937a0dcdc624b707fd9110ff23c17a6b020329332aebf15f9fa69e5a873df
MD5 bb1949a917e034a703d495b99e848741
BLAKE2b-256 d4baa7a0347cb253f9726ae9c510fb30557230685d2528302510ffc4f27cd765

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page