Hello all,
After I search and study about KEGG pathway, I realized the node in KEGG pathway is group of genes. My question is, is there any tools that can decompose it per gene? Currently I'm in the middle of writing script to decompose it into per gene relationship. I just wondering if there is already tools to do that and I don't need to write by myself. Thank you.
Can you show some example input and desired output?
My output is basically just expanding each node in kegg pathway, which is usually in form of hsa:xxxxx gene code, to their own gene symbol. From the kegg genes database, each hsa:xxxxxx gene code consist of several genes. I just want to know per gene symbol for each node. I've finished writing the script so I think there is no problem anymore.