Entering edit mode
4.5 years ago
tpm
▴
30
Hi guys, How do I convert these gene IDs to Kegg IDs for E.coli at the same time. I tried this link but somehow I`m not successful (https://www.genome.jp/kegg/tool/conv_id.html). An example shown are these sample set of genes below:
nupX
psuT
atpE
rnlA
yiiM
zapE
eutC
sapD
dut
rpmJ
tatA
gadB
tdcC
ygcB
flgJ
glcG
marC
moaE
Hi, thanks Kevin, It seems that keytypes for E coil K12 do not have keggID option. I can't seem to find the keyType for "kegg" option at least for me. From the:
I want to perform enrichKEGG on compareCluste. That's why I am kindly asking if there was a way to avoid this problem by having KeggID instead of ENTREZID for example.
Are you implying that you do not see this output when you run this command [?]:
The KEGG pathway IDs are stored under '
PATH
'I do see this output when I run the
keytypes(org.EcK12.eg.db)
, but I cannot see theKEGG
option. In order to perform compareCluster function onclusterProfiler
, the IDs should be inKEGG
format. Initially at least, I wanted to convert using one of these options.For clusterProfiler, you just need Entrez IDs, and you have those via the code that I shared in the previous answer.
I will run the code again I suppose. Thanks for the timely responses, much appreciated.