Unconfigured Ad

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

    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
                  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
                • SEQadmin2
                  Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                  by SEQadmin2



                  Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                  There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                  07-08-2026, 05:17 AM
                • GATTACAT
                  Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                  by GATTACAT
                  Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                  07-01-2026, 11:43 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 07-13-2026, 10:26 AM
                0 responses
                24 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-09-2026, 10:04 AM
                0 responses
                34 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-08-2026, 10:08 AM
                0 responses
                22 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-07-2026, 11:05 AM
                0 responses
                34 views
                0 reactions
                Last Post SEQadmin2  
                Working...