Description Usage Arguments Value See Also Examples
Search for nodes by name using regular expressions or which match given
semantic types. Perform anti-matching by setting match = FALSE
.
1 2 3 4 5 6 | get_edge_features(
graph,
include_degree = FALSE,
include_node_ids = FALSE,
include_num_instances = FALSE
)
|
graph |
The SemMed graph |
include_degree |
If |
include_node_ids |
If |
include_num_instances |
If |
A tbl
where each row corresponds to an edge in the
Semantic MEDLINE graph. The ordering of the rows corresponds to
E(graph)
. Features (columns) always returned include the
name and semantic type of the head (subject) and tail (object) nodes.
make_edge_weights
for using this data to
construct edge weights
1 2 3 | data(g_mini)
e_feat <- get_edge_features(g_mini)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.