Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Running Top-HAT/Bowtie2 index base name & transcript files help

    Hello, I am new to running RNAseq data and I am getting confused about the terminologies used for running the program.
    Right now, I am trying to run Tophat & bowtie2 using the Ugene software's workflow.
    It requires me to enter:
    1. Bowtie index base name
    2. Known transcript file
    3. Raw junctions

    UGENE's software tutorial page is not very detailed in the instructions and so I visited Bowtie's website.
    I found these files available for download
    A) H. sapiens NCBI GRCh38 (ftp://ftp.ncbi.nlm.nih.gov/genomes/a...e_index.tar.gz) - >3.5gb size file
    and also this:
    B) H. sapiens, EMSEMBL GrCH37 (ftp://igenome:[email protected]..._GRCh37.tar.gz) -> more than 18gb size file

    May I know if it's correct to use (A) as index file, and call it GrCH38 as bowtie index base name?

    And is it correct to call (B) the transcript file ?

    As for "raw junctions", where can I find the list of raw junctions?
    Would really appreciate your help.

  • #2
    Hi,

    A) and B) are different releases of the Human gene assembly. So don't mix them.
    If you want to have a bowtie index and its corresponding transcriptome index, download the Fasta files and the GTF from the same source. I'd recommend the ENSEMBL annotation (see fasta files here and the gtf here). There are some discussions ongoing whether to use the primary assembly (all chromosomes) or the toplevel assembly (all chromosomes plus patches and haplotype sequences). For the beginning, I'd start with the primary one.

    After building the index with bowtie2-build (say you name it GRCh38.84), you can create the index for the transcripts with Tophat2.
    Code:
    tophat -G Homo_sapiens.GRCh38.84.gtf --transcriptome-index=transcriptome_data/known GRCh38.84
    Cheers,

    Michael

    Comment


    • #3
      Originally posted by Michael.Ante View Post
      Hi,

      A) and B) are different releases of the Human gene assembly. So don't mix them.
      If you want to have a bowtie index and its corresponding transcriptome index, download the Fasta files and the GTF from the same source. I'd recommend the ENSEMBL annotation (see fasta files here and the gtf here). There are some discussions ongoing whether to use the primary assembly (all chromosomes) or the toplevel assembly (all chromosomes plus patches and haplotype sequences). For the beginning, I'd start with the primary one.

      After building the index with bowtie2-build (say you name it GRCh38.84), you can create the index for the transcripts with Tophat2.
      Code:
      tophat -G Homo_sapiens.GRCh38.84.gtf --transcriptome-index=transcriptome_data/known GRCh38.84
      Cheers,

      Michael
      Hi Michael, thanks.
      I'm running on Ugene but I've got these error results.
      [2016-05-14 16:19:04] Beginning TopHat run (v2.0.9)
      -----------------------------------------------
      [2016-05-14 16:19:04] Checking for Bowtie
      Bowtie version: 2.1.0.0
      [2016-05-14 16:19:04] Checking for Samtools
      Samtools version: 0.1.19.0
      [2016-05-14 16:19:04] Checking for Bowtie index files (genome)..
      Error: Could not find Bowtie 2 index files (/Users/*.bt2)

      Now it's asking for *bt2 file and I'm at loss of what type of file I should be using to run the analysis properly.
      Thank you for all experts here for your useful tips.

      Comment


      • #4
        You need to make a bowtie index of the reference genome with the bowtie2-build command before you run tophat. This will produce some 6 files with suffixes like .1.bt2, .2.bt2, .3.bt2, .4.bt2, .rev1.bt2 and .rev2.bt2, with the name of the genome as prefix.

        you need to specify the path to the genome index files and the prefix of the genome index files in your tophat command,

        Comment


        • #5
          Hi,

          In UGENE, Settings>Preferences>External Tools, yo have to put the path for every program (tophat, bowtie, etc).

          For the index, you can do it first, before running all the workflow in Tools>NGS data analysis>Build index for reads mapping. That work for me, now i'm just trying to figure out how to retrieve all the information of the Tuxedo protocol.

          Regards

          Comment

          Latest Articles

          Collapse

          • 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
          • seqadmin
            Techniques and Challenges in Conservation Genomics
            by seqadmin



            The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

            Avian Conservation
            Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
            03-08-2024, 10:41 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 06:37 PM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, Yesterday, 06:07 PM
          0 responses
          10 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 03-22-2024, 10:03 AM
          0 responses
          51 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 03-21-2024, 07:32 AM
          0 responses
          68 views
          0 likes
          Last Post seqadmin  
          Working...
          X