find_abc_all | R Documentation |
This function finds all potential ABC connections in a co-occurrence matrix.
find_abc_all(
co_matrix,
a_type = NULL,
c_type = NULL,
min_score = 0.1,
n_results = 1000
)
co_matrix |
A co-occurrence matrix produced by create_comat(). |
a_type |
Character string, the entity type for A terms. |
c_type |
Character string, the entity type for C terms. |
min_score |
Minimum score threshold for results. |
n_results |
Maximum number of results to return. |
A data frame with ranked discovery results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.