Entering edit mode
7.1 years ago
sinumolgeorge
▴
10
Hi, I have a list of ids from KEGG, is there any way to get the corresponding pathway information in a single search?
Kegg_ids are - stm:STM2395, sau:SA0132, efa:EF2297
Expected output stm:STM2395 : Pathway : Cationic antimicrobial peptide (CAMP) resistance
Thanks in advance
Thank you, but its giving pathway id, how we know the corresponding kegg id ?
I want to get the kegg_id along with the result. Are there any options?
Note: beware of library loading. Some of the libraries mask the function of others and results in execution issues. output:
Error in UseMethod("extract_") : no applicable method for 'extract_' applied to an object of class "list"
This is because of one library masking the function of another library. A note was added in between regarding the same. Following is the updated code with correct order of libraries:
Thank you very much
I have used GENE NAME instead of pathway information for getting corresponding gene name. But it's not fetching output. Is there any other keyword for fetching corresponding gene name of KEGG id?
NAME
for gene nameoutput:
Thanks! Very useful. How if I want to list out all the results even with the ones that do not have any pathways but still have name or definition?