Description Usage Arguments Details Examples
Mining metabolic subpathways through k-clique algorithm.
1 |
file.path |
Path of KGML files (XML format). |
file.names |
A character vector of names of KGML files. |
K |
An integer. A distance similarity parameter (default: 4). |
k_clique
In this method, we convert the each metabolic pathways in the KEGG database into an undirected network diagram by connecting two genes (enzymes) into an edge if there is a common compound in their corresponding reactions. Based on the distance similarity between genes, we use the K-clique method in social network analysis to mine subpathways and the distance between all genes is no exceeding K is determined as the metabolic subpathway.At the same time, our method can also be applied to other non-metabolic pathways of KEGG database.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.