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
        Recent Advances in Sequencing Analysis Tools
        by seqadmin


        The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
        05-06-2024, 07:48 AM
      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 07:03 AM
      0 responses
      12 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-10-2024, 06:35 AM
      0 responses
      32 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-09-2024, 02:46 PM
      0 responses
      41 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      35 views
      0 likes
      Last Post seqadmin  
      Working...
      X