Hello,
I'm trying to create a network using KEGG metabolite IDs with the following command:
QueryNet(dataSet, "met", "kegg", "met")
However, it seems that the required SQLite paths for the analysis have changed. The error message indicates that the file can no longer be found:
essai de l'URL 'https://www.xialab.ca/resources/sqlite/omicsnet_met.sqlite'
Erreur dans download.file(DonwloadLink, sqlite_Path) :
impossible d'ouvrir l'URL 'https://www.xialab.ca/resources/sqlite/omicsnet_met.sqlite'
De plus : Messages d'avis :
1: Dans download.file(DonwloadLink, sqlite_Path) :
taille téléchargée 0 != taille déclarée 1046
2: Dans download.file(DonwloadLink, sqlite_Path) :
cannot open URL 'https://www.xialab.ca/resources/sqlite/omicsnet_met.sqlite': HTTP status was '404 Not Found'
It appears that the directory https://www.xialab.ca/resources/sqlite/ is no longer accessible.
How can I resolve this issue? Is there an alternative source for the required SQLite database?
Thanks!