Announcement

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

  • Question on duplicate removal with STAR

    I was trying to do duplicate removal after alignment with STAR, and here is how i ran the command line:

    $ STAR --runMode inputAlignmentsFromBAM --inputBAMfile /dir/ti/my.sorted.bam --bamRemoveDuplicatesType UniqueIdentical

    I expected the resulting bam files to be smaller than the input. However, the output bam files are bigger than the input one. Is this reasonable? Any explanation or reason that caused this?

    Thanks.

  • #2
    1. with --bamRemoveDuplicatesType UniqueIdentical, STAR does not "remove" the duplicates from the bam, but mask them as PCR duplicates by turning on a bit in the bitflag field. If you do `samtools view -c` on the input and output files, they will have exactly the same reads. But if you do `samtools flagstat` on them, the output will have PCR duplicates information. Now you can use `samtools view -F0x400` to remove them.
    2. the reason for the increased size is because the output is NOT sorted. Sorted bam is usually smaller than unsorted ones due to better compression efficiency. After you sort the output bam, they should have very similar sizes.

    Comment


    • #3
      This really helps. Thank you very much!

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Advanced Methods for the Detection of Infectious Disease
        by seqadmin




        The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
        ...
        Yesterday, 01:15 PM
      • seqadmin
        Strategies for Investigating the Microbiome
        by seqadmin




        Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
        11-09-2023, 07:02 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Yesterday, 08:12 AM
      0 responses
      14 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 11-22-2023, 09:29 AM
      1 response
      46 views
      0 likes
      Last Post VilliamPast  
      Started by seqadmin, 11-22-2023, 08:53 AM
      0 responses
      30 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 11-21-2023, 08:24 AM
      0 responses
      23 views
      0 likes
      Last Post seqadmin  
      Working...
      X