Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 'N-Blocks' or Any Nucleotide Alignments Best Practices

    How 'N-blocks' in a genome are normally handled on a Local and/or global alignment computation?
    I have been reading about this but seems I can't find what the 'best' practice should be. I see some tools that remove all N-blocks from a chromosome before doing the alignments and others assign a penalty whenever a nucleotide is compared against a 'N' nucleotide.

    As far as I understand (and I may be wrong) 'N' is an unknown nucleotide that has not being decoded. Thus in theory could be any one. However, if I assigned a match on a large N-block region, all individual reads are mapped incorrectly(?) into that region since the alignment see an exact match with all the highest scores into that region.

    Should N-blocks be simply trimmed out of the chromosome? Is there any other methodology to follow when doing alignments between reads and chromosomes (Assembly)?

    Sorry if this is common knowledge, but turns out that searching for 'N-blocks' is not a wise search key since it matches almost everything that is not relevant to this topic.

    thanks.

  • #2
    Aligners generally ignore large blocks of Ns, or replace them with random sequence (which is not expected to match a read). When you align reads to chromosomes, just leave the Ns there, they won't hurt anything. If you remove them, your coordinates will get messed up.

    Comment


    • #3
      Thanks!. Haven't thought about the random sequence. Thank makes sense and it is probably the way I will be going.

      However, I am a little bit curious, how can you ignore N blocks when using optimal local alignment algorithms like Smith-Waterman where scores are based on match/mismatches on a pair of nucleotides?

      You could score 'zero' on all Ns, but depending on the similarity matrix used, zero could be a valid penalty value. I guess that ignoring a block need to be addressed case by case and depending on the statistical significance of the similarity matrix.

      thanks again.

      Comment


      • #4
        BBMap, for example, assigns a positive score for a match, negative score for a mismatch, and 0 if either the reference or read are N. For nucleotide alignment similarity matrices are not used; those are for amino acid alignment.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM
        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        31 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        32 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        53 views
        0 likes
        Last Post seqadmin  
        Working...
        X