Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dvanic
    Member
    • Jan 2012
    • 61

    CummeRbund error without CDS

    Hi! I'm trying to run cummeRbund on a cufflinks dataset without a reference annotation of any sort (i.e. just the transcripts assembled from bowtie/tophat results), which leads to my cds.diff being empty.
    Hence, I get the following error when trying to create a cummeRbund database:

    Writing CDS table
    Error in sqliteExecStatement(con, statement, bind.data) :
    bind.data must have non-zero dimensions
    How do I get around this (other than by using a reference annotation)? I'd still like to be able to explore the gene/tss/isoform information?

    Thanks in advance!
  • lgoff
    Member
    • Feb 2008
    • 82

    #2
    Hi dvanic,
    This has been addressed in the development version of cummeRbund. (now v1.1.3). Please try updating to the new version and see if this resolves this issue.

    compbio.mit.edu/cummeRbund

    Cheers,
    Loyal

    Comment

    • christophe
      Junior Member
      • May 2010
      • 7

      #3
      Hi loyal Goff,
      I have been trying running CummeRbund. As suggested I installed the latest version of cummeRbund (v1.1.3) within R 2.15.0 . The Error << Error in data.frame(index = c(1:length(samples)), sample_name = samples) arguments imply differing number of rows: 2, 0
      Calls: readCufflinks -> loadGenes -> populateSampleTable -> data.frame
      >>
      disappeared , but a new one showed up as copied below:
      NOTE: my working directory is the ouput directory of cuffdiff. I have to mention that CDS, promoter and TSS files are empty in my case. Only Isoforms and Genes files contain results.



      Loading required package: RSQLite
      Loading required package: methods
      Loading required package: DBI
      Loading required package: ggplot2
      Loading required package: reshape2
      Creating database /cuffdiff_outputs/cuffData.db
      Reading /cuffdiff_outputs/genes.fpkm_tracking
      Checking samples table...
      Populating samples table...
      Writing genes table
      Reshaping geneData table
      Recasting
      Error in as.data.frame(cast(genemelt, ... ~ measurement)) :
      could not find function "cast"
      Calls: readCufflinks -> loadGenes -> as.data.frame



      Thanks for your help.
      Best,
      Christophe

      Comment

      • christophe
        Junior Member
        • May 2010
        • 7

        #4
        Addendum to my previous post:
        I have tried to run cummeRbund both on linux and Windows and got the same error:

        Error in as.data.frame(cast(genemelt, ... ~ measurement)) :
        could not find function "cast"
        Calls: readCufflinks -> loadGenes -> as.data.frame
        Execution halted

        Comment

        • lgoff
          Member
          • Feb 2008
          • 82

          #5
          Temp fix

          Hi cristophe,
          This was a bug inadvertently created when I switched to reshape2. I have fixed it for future releases, but for now, the workaround is to import the original 'reshape' library before calling 'readCufflinks':

          Code:
          >library(cummeRbund)
          >library(reshape)
          >cuff<-readCufflinks()
          Let me know if this doesn't work.

          Cheers,
          Loyal

          Comment

          • christophe
            Junior Member
            • May 2010
            • 7

            #6
            Hi Loyal,
            That works.
            Only reshape2 was loading automatically and not reshape.
            Thanks
            Christophe

            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, 06-26-2026, 11:10 AM
            0 responses
            12 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-17-2026, 06:09 AM
            0 responses
            48 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-09-2026, 11:58 AM
            0 responses
            106 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-05-2026, 10:09 AM
            0 responses
            125 views
            0 reactions
            Last Post SEQadmin2  
            Working...