merge_pathway: Merge enriched pathways between different groups together.

Description Usage Arguments Value Examples

View source: R/merge_pathway.R

Description

This function combines the enriched pathways together,preparing for the next step comparing pathways between different groups.

Usage

1
merge_pathway(pathway_list)

Arguments

pathway_list

A list containing KEGG IDs of enriched pathways in different groups.

Value

Return a list containing three elements KEGG IDs,ENTREZ ID of genes which are pathway members,pathway and gene interaction.

Examples

1
2
data(example)
pathway_info=merge_pathway(pathway_vector)

github-gs/QPA documentation built on Sept. 11, 2019, 9:46 a.m.