Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • bowtie priduced SAm file does not have RG tags in alignment

    Hello Everyone,

    I have used bowtie for mapping my reads to human genome. Bowtie directly outputs the SAM file using -S option but then I realized that SAM file produced does not have the RG tags which is required by various other software Like GATK for variant analysis.

    I figured out the way to add the RG tags in header section, but still it does not provide these tags in alignment section.

    Does anyone has faced this problem before and any advice would be appreciated.

    Thanks and Regards,
    Neha

  • #2
    Originally posted by neha View Post
    Hello Everyone,

    I have used bowtie for mapping my reads to human genome. Bowtie directly outputs the SAM file using -S option but then I realized that SAM file produced does not have the RG tags which is required by various other software Like GATK for variant analysis.
    Hello- Have a look at Picard AddOrReplaceReadGroups it should do what you need.

    Dario

    Comment


    • #3
      Originally posted by neha View Post
      I have used bowtie for mapping my reads to human genome. Bowtie directly outputs the SAM file using -S option but then I realized that SAM file produced does not have the RG tags which is required by various other software Like GATK for variant analysis.
      Both Bowtie and Bowtie2 can add read group information to the SAM output, but do not by default. You have to provide the information through command line options when you run Bowtie(2). The two versions of Bowtie have different options for adding read group information.

      Bowtie uses the option --sam-RG option to add TAG:VALUE pairs to build the full read group definition. --sam-RG is used multiple times, once for each TAG:VALUE to be added to the read group definition; at a minimum the TAGs ID and SM (sample) must be included in the definition.

      Code:
      Example:
      --sam-RG ID:HWI-SN957Lane7 --sam-RG SM:ZEN456A1 --sam-RG LB:ZEN456A1LI5 --sam-RG PI:400 --sam-RG PL:ILLUMINA
      Bowtie2 is very similar except that it has separate options for specifying the read group ID (--rg-id) used only once on the command line and other read group TAG:VALUE pairs which may be used multiple times. If you use the --rg option you must also supply the --rg-id option.

      Code:
      Example:
      --rg-id HWI-SN957Lane7 --rg SM:ZEN456A1 --rg LB:ZEN456A1LI5 --rg PI:400 --rg PL:ILLUMINA
      Of course this won't help you for the SAM file you already have; in this case dariober's suggestion about Picard's AddOrReplaceReadGroups is the way to go.

      Comment


      • #4
        Thanks kmcarr and Dario. I will try Picard utility and hope it will solve my problem.

        Thanks,
        Neha

        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...
          Today, 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:17 AM
        0 responses
        7 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-02-2024, 08:06 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-30-2024, 12:17 PM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-29-2024, 10:49 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Working...
        X