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
          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
        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM

        ad_right_rmr

        Collapse

        News

        Collapse

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