Announcement

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

  • Alignment with BWA

    Hello!

    Im using this BWA to align some reads

    Code:
    bwa index -p my_reference my_reference.fasta
    bwa mem -t 4 my_reference input.fastq > output.sam 2
    After what i found that in the position im interesteed in there are some bugs, or something like this. As shown on the picture i've attached in some reads motif TACCCGAGG in mutant reads algned with 3M1D6M with 1 mismatch, but in others as 9M with 1 mismatch. How can i make BWA to align all such reads as 9M?
    Attached Files

  • #2
    Perhaps I'm confused, but it looks like there are 3 classes of reads:

    TACTCAAAGG (normal)
    TACCCGAAGG (mutant 1)
    TACCCGAGG (mutant 2)

    The second class of mutant has a deletion in it, so of course it has to be aligned with a deletion somewhere.

    Comment


    • #3
      Originally posted by Brian Bushnell View Post
      Perhaps I'm confused, but it looks like there are 3 classes of reads:

      TACTCAAAGG (normal)
      TACCCGAAGG (mutant 1)
      TACCCGAGG (mutant 2)

      The second class of mutant has a deletion in it, so of course it has to be aligned with a deletion somewhere.
      So is there any way to align (mutant 2) as 6M1D3M with 2 mismatches rather than 3M1D6M with 2 mismatches, or I have to edit Sam file manually after each alignment? Because real mutations are T4C and A6G, but frequant sequance mistake 6delA in mutant reads disturb alignment and pileup consequantly and makes score of real mutations lower in SNP calling.

      Comment


      • #4
        You will have to manually edit the cigar strings. It's possible that if you align to the reverse-complement of the reference, the deletion will be put in the alternate location, though.

        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.
          ...
          11-27-2023, 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, Today, 10:35 AM
        0 responses
        9 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-05-2023, 02:24 PM
        0 responses
        17 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-05-2023, 07:37 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 12-04-2023, 08:23 AM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Working...
        X