Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • transcriptome_index Bowtie2 Index

    Dear all,

    As far as understand Tophat2 creates an transcriptome_index which also includes Bowtie2 Index files using GTF and the genome file. Then why do we need to supply Bowtie2 Index to create transcriptome index for the first time.

    I tried to create transcriptome index without supplying bowtie2 index files and it gave following error.

    tophat2 -G ../data/Homo_sapiens.GRCh37.75.gtf --transcriptome-index ./transcriptome_index/ ../data/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa

    [2015-06-30 12:25:22] Building transcriptome files with TopHat v2.0.13
    -----------------------------------------------
    [2015-06-30 12:25:22] Checking for Bowtie
    Bowtie version: 2.2.4.0
    [2015-06-30 12:25:24] Checking for Bowtie index files (genome)..
    Error: Could not find Bowtie 2 index files (../data/Homo_sapiens.GRCh37.75.dna.primary_assembly.fa.*.bt2)



    However, after that I created bowtie2 index files and ran same process and no error was produced.

  • #2
    Tophat2 uses the entire human genome index files and then creates a "transcriptome-only" subset using information in the GTF file. You only need to do this once, as you discovered.

    Comment


    • #3
      Originally posted by GenoMax View Post
      Tophat2 uses the entire human genome index files and then creates a "transcriptome-only" subset using information in the GTF file. You only need to do this once, as you discovered.

      so this will be the workflow:

      1) generate whole genome index using bowtie2
      Homo_sapiens.GRCh37.75.dna.primary_assembly.fa
      Homo_sapiens.GRCh37.75.gtf


      2) the using tophat 2 to create a "transcriptome-only" subset using the whole genome index flie created in step 1

      3) point the tophat 2 to the directory containing "transcriptome-only" subset using

      --transcriptome-index <directory containing "transcriptome-only" subset>

      for subsequent runs

      Comment


      • #4
        That is correct. When you are using --transcriptome-only option consider additional options (e.g. -T) that become relevant (scroll down to find the --transcriptome-only option section): https://ccb.jhu.edu/software/tophat/manual.shtml#toph.

        Comment


        • #5
          Originally posted by GenoMax View Post
          That is correct. When you are using --transcriptome-only option consider additional options (e.g. -T) that become relevant (scroll down to find the --transcriptome-only option section): https://ccb.jhu.edu/software/tophat/manual.shtml#toph.
          If i understood correctly, when we use the --transcriptome-index without -T then the reads will be first mapped to the transcriptome-index and the reads which fail to match will be mapped to genome (just like using only -G option)

          on the other hand if i use -T then mapping will happen only with transcriptome and report only those mappings as genomic mappings.

          if i want to map to genome only then use of -G and -T should be avoided.

          Also as far i have read and understood mapping to both transcriptome and genome will be an ideal approach i.e. use of -T should be avoided. Am I right?

          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
          44 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          43 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          38 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