validate_ontol_nw {eHDPrep} | R Documentation |
Performs tests on a graph object in preparation for semantic enrichment.
validate_ontol_nw(graph)
graph |
graph object to validate. |
The tests are:
Is graph coercible to tidygraph
format?
Is graph directed?
Does graph contains one component (is one ontology)?
input graph or validation errors