combine_overlapping_pathways: Modify a pathway list to combine overlapping pathways.

View source: R/reactome.R

combine_overlapping_pathwaysR Documentation

Modify a pathway list to combine overlapping pathways.

Description

Modify a pathway list to combine overlapping pathways.

Usage

combine_overlapping_pathways(pathway_list, overlap_limit = 0.9)

Arguments

pathway_list

A list of pathways obtained from get_reactome_pathways.

overlap_limit

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.


dnapath documentation built on May 9, 2022, 9:05 a.m.