Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ramiro2k
    Member
    • Mar 2012
    • 12

    NOTEST everywhere with cuffdiff

    Hello, I am running the following pipeline:

    tophat -p 4 -G genes.gtf -o sample1TopHat genome sample1R1.fastq sample1R2.fastq
    tophat -p 4 -G genes.gtf -o sample2TopHat genome sample2R1.fastq sample2R2.fastq

    cufflinks -o sample1Cufflinks -p 4 -G genes.gtf sample1TopHat/accepted_hits.bam
    cufflinks -o sample1Cufflinks -p 4 -G genes.gtf sample1TopHat/accepted_hits.bam

    cuffmerge -o sampleCuffMerge -p 8 -g genes.gtf -s genome.fa assemblylist.txt

    cuffdiff -o sampleCuffdiff -p 8 -b genome.fa -L s1,s2 -u sampleCuffMerge/merged.gtf sample1TopHat/accepted_hits.bam sample2TopHat/accepted_hits.bam

    However, I am getting NOTEST on the splicing.diff, whereas the isoform_exp.diff does show some information. I am just not sure how to debug this. Any suggestions?

    I have messed with the -c flag in cuffdiff. I am using cufflinks 2.2.1, and I am using the UCSC Homo Sapiens HG19 genome and annotation (genes.gtf). Any suggestions appreciated.

    Thank you in advance,
    Ramiro
    Last edited by ramiro2k; 06-22-2016, 09:18 AM. Reason: Added more information on software used.
  • Bukowski
    Senior Member
    • Jan 2010
    • 388

    #2
    So, you're expecting significant results from an experiment with no replicates?

    Also see : https://www.biostars.org/p/163535/

    Comment

    • ramiro2k
      Member
      • Mar 2012
      • 12

      #3
      Ran it with replicates with the same result

      Hello,

      Thank you so much for your reply. I ran it with two replicates and got a similar result, nothing significant, nothing expressed in the splicing.diff. I had looked at the link you mentioned in the past but I am surprised that nothing comes out as expressed or significant. On the differentialy expressed results I do get many genes as significant, etc. I am guessing this means that no splicing events ocurred, yet if you or anyone has any suggestions about anything I might be doing wrong please let me know.

      Thank you,
      Ramiro

      tophat -p 4 -G genes.gtf -o sample1r1TopHat genome sample1r1R1.fastq sample1r1R2.fastq
      tophat -p 4 -G genes.gtf -o sample1r2TopHat genome sample1r2R1.fastq sample1r2R2.fastq
      tophat -p 4 -G genes.gtf -o sample2r1TopHat genome sample2r1R1.fastq sample2r1R2.fastq
      tophat -p 4 -G genes.gtf -o sample2r2TopHat genome sample2r2R1.fastq sample2r2R2.fastq

      cufflinks -o sample1r1Cufflinks -p 4 -G genes.gtf sample1r1TopHat/accepted_hits.bam
      cufflinks -o sample1r2Cufflinks -p 4 -G genes.gtf sample1r2TopHat/accepted_hits.bam
      cufflinks -o sample2r1Cufflinks -p 4 -G genes.gtf sample2r1TopHat/accepted_hits.bam
      cufflinks -o sample2r2Cufflinks -p 4 -G genes.gtf sample2r2TopHat/accepted_hits.bam

      cuffmerge -o sampleCuffMerge -p 8 -g genes.gtf -s genome.fa assemblylist.txt

      cuffdiff -o sampleCuffdiff -p 8 -b genome.fa -L s1,s2 -u sampleCuffMerge/merged.gtf sample1r1TopHat/accepted_hits.bam,sample1r2TopHat/accepted_hits.bam sample2r1TopHat/accepted_hits.bam,sample2r2TopHat/accepted_hits.bam

      Comment

      • ramiro2k
        Member
        • Mar 2012
        • 12

        #4
        I actually found the answer in another post from 2011:

        One of the updates going from version 1.3 to version 2 (quoting from the cufflinks website here) was:

        "After substantial performance testing, we have determined that the false discovery rate of Jensen-Shannon-based tests (differential splicing, CDS switching, and promoter switching) can be unnacceptably high when used with fewer than three replicates in the conditions being compared. Cuffdiff now refrains from performing significance tests when one of the conditions involved has fewer than three replicates. You can change this behavior with the new --min-reps-for-js-test option. Cuffdiff still produces splicing.diff, cds.diff, and promoters.diff regardless of how many replicates you have. These files will include the JS distance scores, but none of the genes will be marked significant if you have fewer than the required number of replicates."

        This explained the situation.

        Comment

        Latest Articles

        Collapse

        • 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
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-02-2026, 11:08 AM
        0 responses
        25 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-30-2026, 05:37 AM
        0 responses
        23 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-26-2026, 11:10 AM
        0 responses
        23 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        55 views
        0 reactions
        Last Post SEQadmin2  
        Working...