Description Usage Arguments Value Examples
View source: R/merge_pathway.R
This function combines the enriched pathways together,preparing for the next step comparing pathways between different groups.
1 | merge_pathway(pathway_list)
|
pathway_list |
A list containing KEGG IDs of enriched pathways in different groups. |
Return a list containing three elements KEGG IDs,ENTREZ ID of genes which are pathway members,pathway and gene interaction.
1 2 | data(example)
pathway_info=merge_pathway(pathway_vector)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.