Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Do I need to use tophat2 for human RNA-seq analysis?

    I am not interested in finding novel transcripts. Shouldn't it be easily to simply align my RNA reads to known transcripts using a naive mapper (e.g. bwa) as oppose to aligning to the genome using tophat2?

    Am I on the right track?

  • #2
    Tophat does not reconstruct novel transcripts, it finds novel junctions. I would recommend sticking to a splice aware aligner because ideally it will align more reads. Furthermore, any reads that map to junctions not in your transcriptome file may be incorrectly mapped by mapping to the transcriptome. You can speed up Tophat by providing a gff file and building a transcriptome index and having it align to known transcripts first.

    After you have aligned the data, if you are only interested in gene level differences, then there are plenty of pipelines that avoid using cufflinks and having to discover new transcripts.

    Comment


    • #3
      Thanks for your reply and suggestion. I thought the transcriptome index can speed up my run but it didn't. The run time increased from 9.5 hrs to 11.5 hrs. What went wrong? Here are the command I used to create index and the command that uses the created index.

      /tank/rnaseq/tophat-2.0.9.Linux_x86_64/tophat2 -p 6 -r 50 -G genes.gtf --transcriptome-index=hg19rna -o P4N /tank/bowtie2/hg19 SRR493945_1.fastq.gz,SRR493945_1.fastq.gz SRR493945_2.fastq.gz,SRR493946_2.fastq.gz

      /tank/rnaseq/tophat-2.0.9.Linux_x86_64/tophat2 -p 6 -r 50 --transcriptome-index=hg19rna/genes -o P4NN /tank/bowtie2/hg19 SRR493945_1.fastq.gz,SRR493945_1.fastq.gz SRR493945_2.fastq.gz,SRR493946_2.fastq.gz

      Comment


      • #4
        The purpose of using the transcriptome index is to increase sensitivity, not necessarily to speed up the run (even though it could do that too, I suppose).

        If you want to map RNA-seq reads to the human genome faster, you can use STAR instead of TopHat.

        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...
          Today, 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
        37 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        41 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        35 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        54 views
        0 likes
        Last Post seqadmin  
        Working...
        X