example_edge_tbl {eHDPrep} | R Documentation |
Example ontology as an edge table for semantic enrichment
Description
A data frame describing semantic links (edges) between entities in 'example_ontology'. Used to demonstrate semantic enrichment.
Usage
example_edge_tbl
Format
A data frame:
- from
character. Names of semantic concepts which have a directed relationship to concepts in 'to' column.
- to
character. Names of semantic concepts which have a directed relationship to concepts in 'from' column.
Details
Used in documentation and creation of ‘example_ontology' in ’eHDPrep'.
Source
synthetic
[Package eHDPrep version 1.3.3 Index]