Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fangquan
    Member
    • Jul 2011
    • 18

    #1

    cuffdiff replicates empty results

    I use cuffdiff to detect differential expressed genes in two samples, since each has 2 replicates, so i use commas to separate replicates.

    Code:
    cuffdiff -m 40 genes.gtf  /60PO/accepted_hits.bam , /6124/accepted_hits.bam /3584/accepted_hits.bam , /4189/accepted_hits.bam
    It gives empty results;

    But if I run:

    Code:
    cuffdiff -m 40 genes.gtf  /60PO/accepted_hits.bam /3584/accepted_hits.bam
    It works fine.

    I have no idea why the replicates doesn't work.
  • Jane M
    Senior Member
    • Aug 2011
    • 239

    #2
    Unfortunately, I can't provide you a solution, I'm interested in the answer, I also have a problem with the replicates, but I don't get empty resuts (http://seqanswers.com/forums/showthread.php?t=13868). The only difference is that I didn't use the option -m. Did you try without?

    Comment

    • dpryan
      Devon Ryan
      • Jul 2011
      • 3478

      #3
      A version of the following seems to have worked for me:
      Code:
      cuffdiff mm9_ensembl.combined.gtf -N -u -p 8 -L Label1,Label2 -b ~/bowtie/indexes/mm9.fa -o Label1_vs_Label2_ensembl L1/L1_accepted_hits.bam,L4/L4_accepted_hits.bam L2/L2_accepted_hits.bam,L3/L3_accepted_hits.bam
      It looks like you've added a space in your comma separated list. I wonder if that's the cause of your problem (I've not looked through the code for cuffdiff to see how it reads in its arguments, but it's not uncommon to take a space as a separator between positional arguments).

      Comment

      • Jane M
        Senior Member
        • Aug 2011
        • 239

        #4
        Sorry, where did I add a space in my list? I don't see differences between our commands, except the options:

        Code:
        cuffdiff -L Raman,HM1 -N --FDR 0.05 /path/fichier.gtf /path/Cufflinks/L2/accepted_hits.bam,/path/Cufflinks/L4/accepted_hits.bam,/path/Cufflinks/L6/accepted_hits.bam /path/Cufflinks/L3/accepted_hits.bam,/path/Cufflinks/L7/accepted_hits.bam,/path/Cufflinks/L8/accepted_hits.bam

        Originally posted by dpryan View Post
        A version of the following seems to have worked for me:
        Code:
        cuffdiff mm9_ensembl.combined.gtf -N -u -p 8 -L Label1,Label2 -b ~/bowtie/indexes/mm9.fa -o Label1_vs_Label2_ensembl L1/L1_accepted_hits.bam,L4/L4_accepted_hits.bam L2/L2_accepted_hits.bam,L3/L3_accepted_hits.bam
        It looks like you've added a space in your comma separated list. I wonder if that's the cause of your problem (I've not looked through the code for cuffdiff to see how it reads in its arguments, but it's not uncommon to take a space as a separator between positional arguments).

        Comment

        • dpryan
          Devon Ryan
          • Jul 2011
          • 3478

          #5
          It's in the initial post ("/60PO/accepted_hits.bam , /6124/accepted_hits.bam" has two spaces in it surrounding the comma), not the one you just placed. Perhaps it's just a artifact of the forum software, then.

          Comment

          • Jane M
            Senior Member
            • Aug 2011
            • 239

            #6
            Ok, I see...
            Which version of Cuffdiff do you use?
            I'm using the version 0.9.3 and I just read that the version 1.0.0 allows to handle the replicates. This could explain the problem...

            Comment

            • dpryan
              Devon Ryan
              • Jul 2011
              • 3478

              #7
              Ah, that'll probably do it then. I'm using the most recent (1.0.3).

              Comment

              • Jane M
                Senior Member
                • Aug 2011
                • 239

                #8
                I confirm, the version was the problem ! So to handle replicates, the version 1.0.0 at least is necessary

                Comment

                Latest Articles

                Collapse

                • SEQadmin2
                  Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                  by SEQadmin2



                  CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                  Despite this, “CRISPR helped turn genome editing from a specialized technique into
                  ...
                  07-31-2026, 11:01 AM
                • SEQadmin2
                  Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                  by SEQadmin2


                  Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                  The systematic characterization of the human proteome has
                  ...
                  07-20-2026, 11:48 AM
                • SEQadmin2
                  Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                  by SEQadmin2



                  Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                  ...
                  07-09-2026, 11:10 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 08-03-2026, 10:13 AM
                0 responses
                15 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-31-2026, 02:55 AM
                0 responses
                32 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-24-2026, 12:17 PM
                0 responses
                23 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-23-2026, 11:41 AM
                0 responses
                21 views
                0 reactions
                Last Post SEQadmin2  
                Working...