combine_overlapping_pathways: Modify a pathway list to combine overlapping pathways.

Description Usage Arguments Value

View source: R/get_reactome_pathways.R

Description

Modify a pathway list to combine overlapping pathways.

Usage

1
combine_overlapping_pathways(pathway_list, overlap_limit = 0.9)

Arguments

pathway_list

A list of pathways obtained from get_reactome_pathways.

threshold

A percentage between 0 and 1. If two pathways overlap by more than this amount, they are combined into one pathway.

Value

A modified list with overlapping pathways combined together.


tgrimes/dnapath2 documentation built on May 21, 2020, 5:53 p.m.