Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • NRiddiford
    Junior Member
    • Jul 2012
    • 6

    CummeRbund error

    Hi,

    I'm running cummeRbund and can't get around this error:

    library(cummeRbund)
    setwd ("<path>")
    cuff_data <- readCufflinks('diff_out')
    csDensity(genes(cuff_data))
    Error in sqliteExecStatement(con, statement, bind.data) :
    RS-DBI driver: (error in statement: database is locked)

    Does anyone know a solution to this problem?

    R v. 2.15.0
    Cufflinks v. 1.3.0
    CummeRbund v. 2.15.0

    Thanks,

    Nick
  • lgoff
    Member
    • Feb 2008
    • 82

    #2
    Originally posted by NRiddiford View Post
    Hi,

    I'm running cummeRbund and can't get around this error:

    library(cummeRbund)
    setwd ("<path>")
    cuff_data <- readCufflinks('diff_out')
    csDensity(genes(cuff_data))
    Error in sqliteExecStatement(con, statement, bind.data) :
    RS-DBI driver: (error in statement: database is locked)

    Does anyone know a solution to this problem?

    R v. 2.15.0
    Cufflinks v. 1.3.0
    CummeRbund v. 2.15.0

    Thanks,

    Nick
    Hi Nick,
    I have seen this error only once before and the issue in this case was that the database was on an NFS mount that was interfering with the normal operation of the SQLite database. Is your working directory also on an NFS mount? If so, is it possible to try and move the directory to a different mount and see if this resolves the error?

    -Loyal

    Comment

    • NRiddiford
      Junior Member
      • Jul 2012
      • 6

      #3
      Thanks lgoff,

      I've been away from the computer for the past few weeks, but will give this a go and let you know.

      Best,

      Nick

      Comment

      • IBseq
        Member
        • Jul 2012
        • 56

        #4
        HI, anyone has ever had this error?No idea what to do...any suggestion??All my samples have worked except this one...

        > library(cummeRbund)
        Loading required package: RSQLite
        Loading required package: DBI
        Loading required package: ggplot2
        Loading required package: reshape2
        > cuff<-readCufflinks("~/Cuffdiff/hpv18")
        Creating database ~/Cuffdiff/hpv18/cuffData.db
        Reading ~/Cuffdiff/hpv18/genes.fpkm_tracking
        Checking samples table...
        Populating samples table...
        Writing genes table
        Reshaping geneData table
        Recasting
        Writing geneData table
        Reading ~/Cuffdiff/hpv18/gene_exp.diff
        Error in function (classes, fdef, mtable) :
        unable to find an inherited method for function "make.db.names", for signature "SQLiteConnection", "integer"

        thanks,
        ib

        Comment

        • Charitra
          Member
          • Feb 2013
          • 57

          #5
          CummeRbund error

          Hi
          I have recently installed R and cummeRbund but I dont know how to use it.

          I have completed my tophat followed by cufflinks run on server. and I am using desktop for R within :
          > getwd()
          "C:/Documents and Settings/Charitra/My Documents"

          > cuff_data <- readCufflinks('diff_out')
          > csDensity(genes(cuff_data))
          Error in sqliteExecStatement(con, statement, bind.data) :
          RS-DBI driver: (error in statement: near ")": syntax error)

          can someone tell me which files are to be kept in my working directory from Cufflinks results....??? to produce followings:

          1. Plot the distribution of expression levels:
          > csDensity(genes(cuff_data))
          2. Compare the expression of each gene in two conditions with a scatter plot
          > csScatter(genes(cuff_data), 'C1', 'C2')
          3. Create a volcano plot to inspect differentially expressed genes:
          > csVolcano(genes(cuff_data), 'C1', 'C2')
          4. Plot expression levels for genes of interest with bar plots (Fig. 9a):
          > mygene < - getGene(cuff_data,'regucalcin')
          > expressionBarplot(mygene)
          5. Plot individual isoform expression levels of selected genes of interest with bar plots
          > expressionBarplot(isoforms(mygene))

          I followed Coe Trapnell, Nature Protocol for Vol.7 No.3 | 2012
          Please help me oout if you can ?

          Comment

          • wacguy
            Member
            • Sep 2012
            • 24

            #6
            did you solve it?

            Hi Charitra,

            Did you mennage to solve the problem; I am having the same.

            Thanks a lot,
            Guy

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by SEQadmin2


              I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

              Here are nine questions we think about, in roughly the order they matter, before...
              06-18-2026, 07:11 AM
            • SEQadmin2
              From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
              by SEQadmin2


              Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


              The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
              ...
              06-02-2026, 10:05 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Today, 05:37 AM
            0 responses
            5 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-26-2026, 11:10 AM
            0 responses
            16 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-17-2026, 06:09 AM
            0 responses
            50 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-09-2026, 11:58 AM
            0 responses
            109 views
            0 reactions
            Last Post SEQadmin2  
            Working...