Loading sqlite database file onto RStudio

Hi!

I have been trying to load an sqlite file from Galaxy onto RStudio, for a cummerbund script, but it doesnt work.

This is the error that I keep getting on RStudio-

cuff_data ← readCufflinks(“FILE”)
Creating database FILE/cuffData.db
Error: Could not connect to database:
unable to open database file

I tried a couple a couple different things. I’m not too tech savvy.
Any help would be sincerely appreciated. Thank you!

Welcome @karthikajith

To get the data into the R environment from Galaxy, you’ll need to use the gx_get() command.

This is a good earlier topic with an example:

We also have some tutorials for this at the GTN.

Please give this method a try, thanks! :slight_smile: