Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hong_sunwoo
    Member
    • Jan 2010
    • 11

    #1

    Split accepted_hits.bam file after Tophat run?

    Hello.

    I am working on two RNA seq data from different conditions.
    Now I am using tophat - cufflinks pipe line.

    At first time, I ran tophat seperately each sam files (previous version Tophat was used).

    Yesterday, I learned that two sample can be pooled in tophat process and ran tophat(v 1.1.0) as below.
    $ tophat /rnaseq/bowtie/indexes/hg19 s_1_sequence.txt,s_2_sequence.txt

    After run, I found that only one Bam file (accepted_hits.bam).
    Because two RNA-seq data was processed, I guess that Tophat might report to Bam files.
    Does it mean that I misunderstood something?
    Or is it possible to split up again as quote below?
    If you do pool the reads, you could also rename them to tag them by sample, so you can split the sample alignments up again after the TopHat run if needed.
  • rocksd
    Member
    • Jul 2010
    • 14

    #2
    I believe you need to remove the "," between the two sequencing file if they are from two different samples.

    Comment

    • krobison
      Senior Member
      • Nov 2007
      • 734

      #3
      Removing the comma between files is not compatible with the manual; supplying two lists like that will mean they will be interpreted as the two sides of paired end reads & if the ids don't match up I suspect the program will error out.

      Code:
      Usage: tophat [options]* <index_base> <reads1_1[,...,readsN_1]> [reads1_2,...readsN_2] 
      
      
      <reads1_1[,...,readsN_1]>	 A comma-separated list of files containing reads in FASTQ or FASTA format. When running TopHat with paired-end reads, this should be the *_1 ("left") set of files.
      <[reads1_2,...readsN_2]>	 A comma-separated list of files containing reads in FASTA or FASTA format. Only used when running TopHat with paired end reads, and contains the *_2 ("right") set of files. The *_2 files MUST appear in the same order as the *_1 files.

      Comment

      • simonandrews
        Simon Andrews
        • May 2009
        • 870

        #4
        We've had the same problem. We'd like to process multiple files in the same batch - using the combined evidence from all files to do junction detection. At the moment we've run things like you said, and then parsed the sam output file to use the ids to decide which original file the hit came from. However this won't work in all cases since the ids aren't always unique between different files.

        I think adding this functionality would be really useful, and did suggest this to the developers, but haven't heard anything back as yet.

        Comment

        • krobison
          Senior Member
          • Nov 2007
          • 734

          #5
          Could you ensure uniqueness of ids by prefixing them prior to running through TopHat? (Not that I love one more preprocessing step)

          Comment

          • fkrueger
            Senior Member
            • Sep 2009
            • 627

            #6
            Yes prefixing to ensure uniqueness would work.

            Comment

            • simonandrews
              Simon Andrews
              • May 2009
              • 870

              #7
              Originally posted by krobison View Post
              Could you ensure uniqueness of ids by prefixing them prior to running through TopHat? (Not that I love one more preprocessing step)
              You could, but it's a pain because you'd have to duplicate all of your original files to do this. Also, when we've tried this off larger numbers of samples (more than 8 lanes worth) then tophat seems to come to a grinding halt when it's trying to do the junction detection. It seems to create enormous temporary files which it then spends ages trying to sort. We ended up killing it after 24hours at this step.

              If this is to work efficiently I suspect there'd need to be some more structural changes inside the program.

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                by SEQadmin2



                CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                Despite this, “CRISPR helped turn genome editing from a specialized technique into
                ...
                07-31-2026, 11:01 AM
              • SEQadmin2
                Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                by SEQadmin2


                Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                The systematic characterization of the human proteome has
                ...
                07-20-2026, 11:48 AM
              • SEQadmin2
                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                by SEQadmin2



                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                ...
                07-09-2026, 11:10 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Yesterday, 10:13 AM
              0 responses
              14 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-31-2026, 02:55 AM
              0 responses
              27 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-24-2026, 12:17 PM
              0 responses
              20 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-23-2026, 11:41 AM
              0 responses
              19 views
              0 reactions
              Last Post SEQadmin2  
              Working...