Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oiiio
    Senior Member
    • Jan 2011
    • 105

    #1

    sorting a BAM produces a smaller file than the original

    I recently sorted a bunch of BAMs that are about 400 MB in size each. After sorting with samtools the output sorted BAMs are about 3-4 MB smaller than the unsorted originals. Does anyone know why this is? My understanding of a sort is that it simply rearranges the available reads inside a BAM, and I don't see why this would create a smaller file.
  • ShaunMahony
    Member
    • Apr 2008
    • 27

    #2
    Is there any chance that the unsorted BAM included unmapped reads and the sorted one doesn't? What did you use for alignment?

    Comment

    • gprakhar
      Member
      • Aug 2010
      • 78

      #3
      ignore this
      Last edited by gprakhar; 08-24-2011, 05:19 AM. Reason: Incorrect information.

      Comment

      • kmcarr
        Senior Member
        • May 2008
        • 1181

        #4
        Sorting does not remove duplicate reads.

        I seem to recall this same question asked previously on Seqanswers but my search skills are lacking this morning so I can't find the thread. If you were to compare an unsorted vs. sorted SAM file the sizes should be identical because, as oiiio said, the information content is the same, it has simply been rearranged. SAM files are plain text files so provided the content is the same the file size will be the same regardless of order. BAM files are compressed; the order of the information in the file can have an effect on the compression of that data. This was the explanation I recall from that earlier thread. (Once the caffeine fully kicks in I'll see if I can find that thread.)

        Comment

        • lh3
          Senior Member
          • Feb 2008
          • 686

          #5
          BAM is compressed. Sorting helps to give a better compression ratio because similar sequences are grouped together.

          Comment

          • oiiio
            Senior Member
            • Jan 2011
            • 105

            #6
            Thanks everyone, and I also now believe that the order is improving compression.

            Comment

            • marcowanger
              Senior Member
              • Dec 2008
              • 273

              #7
              we found sorting by samtools removs unmapped reads.
              Marco

              Comment

              • lh3
                Senior Member
                • Feb 2008
                • 686

                #8
                Originally posted by marcowanger View Post
                we found sorting by samtools removs unmapped reads.
                No, it does not. It puts reads without coordinates at the end of the file.

                Comment

                • marcowanger
                  Senior Member
                  • Dec 2008
                  • 273

                  #9
                  Originally posted by lh3 View Post
                  No, it does not. It puts reads without coordinates at the end of the file.
                  oh? My colleague told me he found my samtools sorted BAM removed the unmapped reads. OK, then I got it wrong.

                  Thanks for informing me the actual situation.

                  Marco
                  Marco

                  Comment

                  • oiiio
                    Senior Member
                    • Jan 2011
                    • 105

                    #10
                    Yes, the unmapped reads are placed at the end of the file,

                    you can check this out with

                    Code:
                     samtools view input.bam | tail

                    Comment

                    • yaten2020
                      Junior Member
                      • Aug 2011
                      • 7

                      #11
                      hello guys
                      this is true.... sorting does not remove any data from the BAM file. its puts those reads at the end of the file. I checked it.....

                      Comment

                      • voidnyx
                        Junior Member
                        • Jun 2015
                        • 7

                        #12
                        I know this thread has been inactive for a while, but my question is basically the same.

                        I have a 120GB bam file from RNA-Seq data and used the samtools sort function with compression level 1 (so meaning the least compression).

                        I ended up with a file of only ~30GB size.

                        Now this is the first time I am working with this and I have no idea if this is a normal range for reduction in size, but my feeling is something went wrong.

                        Could anyone with experience tell me if the result is expected or not?


                        thanks,
                        Florian

                        Comment

                        • HESmith
                          Senior Member
                          • Oct 2009
                          • 512

                          #13
                          RNA-Seq contains a greater fraction of duplicate reads due to highly expressed genes, so sorting reduces the size more than DNA-Seq. If you want to check that nothing was lost, use 'samtools view' to compare the number of reads before/after sorting.

                          Comment

                          • dpryan
                            Devon Ryan
                            • Jul 2011
                            • 3478

                            #14
                            What HESmith said, but I'll add that if you really want to be 110% sure that nothing was lost/changed, you can use bamHash on both files. If the checksums are the same then they contain the same reads (just in a different order).

                            Comment

                            • gringer
                              David Eccles (gringer)
                              • May 2011
                              • 845

                              #15
                              Originally posted by HESmith View Post
                              If you want to check that nothing was lost, use 'samtools view' to compare the number of reads before/after sorting.
                              Using 'samtools index' and then 'samtools idxstats' on a sorted file will give you total counts for mapped and unmapped reads, which is slightly easier to check compared to looking at a few million lines to find what's missing.

                              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

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, 08-06-2026, 07:41 AM
                              0 responses
                              16 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 08-03-2026, 10:13 AM
                              0 responses
                              31 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-31-2026, 02:55 AM
                              0 responses
                              42 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-24-2026, 12:17 PM
                              0 responses
                              26 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...