Description Usage Arguments Value
View source: R/get_reactome_pathways.R
Find pathways that overlap with a reference pathway.
1 | find_similar_pathways(pathway_list, pathway, threshold = 0.9)
|
pathway_list |
A list of pathways obtained from
|
pathway |
A reference pathway. |
threshold |
A percentage between 0 and 1. If two pathways overlap by more than this amount, then they are considered similar. |
The indices to pathway_list that contain pathways similar to the reference pathway.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.