When I try to populate the cuffData.db, I am to be using command lines from the directory that contains the cuffdiff output files. I keep getting this in return.
> cuff <- readCufflinks(dir=system.file("extdata", package="cummeRbund"))
Creating database /opt/local/lib/R/library/cummeRbund/extdata/cuffData.db
Error in sqliteNewConnection(drv, ...) :
RS-DBI driver: (could not connect to dbname:
I also get the same error message when I use the cuff_data <- readCufflinks('diff_out')
Could it be that the working directory is not the one that has the cuffdiff output files.
Please help
> cuff <- readCufflinks(dir=system.file("extdata", package="cummeRbund"))
Creating database /opt/local/lib/R/library/cummeRbund/extdata/cuffData.db
Error in sqliteNewConnection(drv, ...) :
RS-DBI driver: (could not connect to dbname:
I also get the same error message when I use the cuff_data <- readCufflinks('diff_out')
Could it be that the working directory is not the one that has the cuffdiff output files.
Please help
Comment