Identify Data Missing from an Ontology (DEPRECATED)
onto_missing.Rd
Identifies data missing from an ontology. Currently only works for mappings, includes both xrefs and skos matches. Requires ROBOT for comparison.
Arguments
- onto_path
The path to an ontology -edit file, as a string.
- input
The path to a TSV/CSV file with data to compare against the data in the ontology, as a string.
- what
What to compare between the two files, as a string.
- report_present
Whether to report data present in the ontology (default) along with data missing, as a boolean.