Learn R Programming

eHDPrep (version 1.3.3)

example_edge_tbl: 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

Arguments

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'.