Closed gabora closed 4 months ago
ah I see, thanks for noticing this. The second one comes from STITCH db and the first one from HMDB. In theory I should have translated the 49213 to hmdb format as well, dont know what happened here. I will double check the STITCH part of the code ASAP !
Hi @adugourd ,
I found
Metab__HMDB0001514_c
and alsoMetab__439213_c
in the PKN, but based on this: https://hmdb.ca/metabolites/HMDB0001514 they both encode "D-Glucosamine".Unfortunately, in the PKN, they have different reaction partners, so they are not representing the same metabolite:
interactions based on HMBD:
> meta_network[meta_network$source=="Metab__HMDB0001514_c",]
interactions based on PubChem id:
> meta_network[meta_network$source=="Metab__439213_c",]
source interaction target 35844 Metab__439213_c -1 MMP9 47070 Metab__439213_c -1 NFKB2This seems to be inconsistent. How could be this solved? thanks Attila