Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • about FLAG fields in the SAM format

    HI, friends,

    I am confused by the FLAG field in the SAM format.

    according to the SAM format instruction,


    it mentioned that it is a bitwise FLAG, Int, [0-2^16-1]:
    FLAG: bitwise FLAG. Each bit is explained in the following table:
    -----------------------
    Bit Description
    0x1 template having multiple segments in sequencing
    0x2 each segment properly aligned according to the aligner
    0x4 segment unmapped
    0x8 next segment in the template unmapped
    0x10 SEQ being reverse complemented
    0x20 SEQ of the next segment in the template being reversed
    0x40 the rst segment in the template
    0x80 the last segment in the template
    0x100 secondary alignment
    0x200 not passing quality controls
    0x400 PCR or optical duplicate
    ---------------------------
    Question:
    1.How to convert the Int in the FLAG field to Bit-described above?
    and vice verse
    e.g. how to know 16 means with type of Bit in the above table?
    2. If I want to know which strand (+/-) the segment mapped?
    which Int of FLAG stands for + & - strands, respectively?

    Many thanks!

  • #2
    I think you will find this link very helpful: http://picard.sourceforge.net/explain-flags.html

    Comment


    • #3
      Originally posted by tinkering View Post
      Question:
      1.How to convert the Int in the FLAG field to Bit-described above?
      and vice verse
      Your sam file will have the number in decimal form. The description you are reading from has them in hexidecimal. Just convert.

      Yes, it's weird that it's called a binary flag, but it's represented in decimal in the file, and represented in hex in the .sam file descriptor.

      So 16 = 0x10, means "mapped in reverse".

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Best Practices for Single-Cell Sequencing Analysis
        by seqadmin



        While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
        06-06-2024, 07:15 AM
      • seqadmin
        Latest Developments in Precision Medicine
        by seqadmin



        Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

        Somatic Genomics
        “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
        05-24-2024, 01:16 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 06-07-2024, 06:58 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-06-2024, 08:18 AM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-06-2024, 08:04 AM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-03-2024, 06:55 AM
      0 responses
      14 views
      0 likes
      Last Post seqadmin  
      Working...
      X