I have installed the package and dependencies, when I first run dataSets <- Init.Data(F)
after loading the package, it throws this error: Error in Init.Data(F) : object 'sqlite.path' not found
. Any idea what’s causing this?
I made some changes to the R package, can you reinstall and try again?
Hi, the changes you made helped with the previous problem. Now in the next steps, when I use this command -
dataSets <- MapListIds("datalist1", "genelist", "dme", "flybase")
it again shows another error -
Loading required package: RSQLite
Error: database disk image is malformed
This same problem is true for other organisms too.
That is odd, I am not able to reproduce the error, can you send me the exact list of commands you ran?
Guangyan