Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

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

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


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

      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin


        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
        Yesterday, 07:01 AM
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      55 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      52 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      45 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      55 views
      0 likes
      Last Post seqadmin  
      Working...
      X