validate_ontol_nw {eHDPrep} | R Documentation |
Validate ontology network for semantic enrichment
Description
Performs tests on a graph object in preparation for semantic enrichment.
Usage
validate_ontol_nw(graph)
Arguments
graph |
graph object to validate. |
Details
The tests are:
Is graph coercible to
tidygraph
format?Is graph directed?
Does graph contains one component (is one ontology)?
Value
input graph or validation errors
[Package eHDPrep version 1.3.3 Index]