Modify a pathway list to combine overlapping pathways.
combine_overlapping_pathways(pathway_list, overlap_limit = 0.9)
A modified list with overlapping pathways combined together.
A list of pathways obtained from
get_reactome_pathways
.
A percentage between 0 and 1. If two pathways overlap by more than this amount, they are combined into one pathway.