Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • thickrick99
    Member
    • Jul 2014
    • 21

    Advice Needed on Tuxedo Suite

    Hi Everyone,

    I am working on a project with two groups (A & B) each containing 5 samples. Within each sample I have two RNA-seq FASTQ reads which I downloaded. So as of now, I am planning to run tophat for each of the samples (for a total of 10 accepted_hits.bam files). From here I plan on running cufflinks for each sample with its respective .bam file to produce a total of 10 transcripts.gtf files.

    My goal is to compare the differential gene expression of group A and group B. I am using the hg19 reference genome.

    I have two questions. First, is there a way I can run tophat/cufflinks on all the samples all at once or do I have to run one sample, then wait until its done, then do the next sample and so on?

    Second, once I have the transcripts.gtf files for each of the samples for groups A & B, is it necessary to merge them into one single .gtf file? I assume this would be done with cuffmerge right? What exactly does cuffmerge do and what are the advantages in using it. In addition, is there a need to use cuffcompare since I am comparing the differential gene expression of group A and group B or can I go straight to cuffdiff.

    In general, my second question is essentially asking the pipeline for using software after tophat & cufflinks based on what I am trying to do. It would be great if someone could give me a suggestion as to the order of how I should approach this.

    THANKS!
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    If you have a cluster or single computer with sufficient RAM and cores then you can run as many instances of tophat/cufflinks simultaneously as you want.

    If you don't use the -G option, then not using cuffmerge would cause you to compare apples and oranges (suppose one sample had a modified gene model and another didn't, the resulting FPKM comparison would be meaningless). If you use cuffmerge then you don't need to use cuffcompare. I think they had a methods paper with a step-by-step walk-through of an analysis, which I'd recommend you read through.

    Comment

    • kmcarr
      Senior Member
      • May 2008
      • 1181

      #3
      Is part of your objective to identify transcripts which have not yet been annotated in the human genome? If not then there is really no reason to use Cufflinks at all.

      To perform DE analysis between groups A & B considering only already annotated genes in hg19 I would:

      1. Download the hg19 reference set from the Illumina iGenomes site.

      2. Prepare the known genes bowtie index as described in the TopHat manual.

      3. Align your reads to hg19 with Tophat 2.x.x using the "-T" option (align to transcriptome only).

      4. Count the reads aligned to genes from each of your 10 accepted_hits.bam (e.g. with feature counts or htseq-count).

      5. Use the raw read counts matrix as input to your preferred DE module (e.g. EdgeR, DESeq2).

      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
      21 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...