Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Comparing Merged Seqs to a Reference Seq

    Hello,

    I recently received paired-end reads from an amplicon library I sequenced with Illumina. I used BBMerge to merge the paired-ends and, now, I would like to compare my merged sequences to a reference. My goal is to analyze where the merged sequence may differ from the reference.

    I have tried to write a small Perl program, but I am continually running into problems. I study DNA repair and, essentially, I would like to compare my merged sequences to the reference so that I may better understand repair efficiency.

    Is anyone aware of any programs/scripts that could help me reach my goal of comparing my merges to a reference? They are about 200bp long. Thank you!

  • #2
    BBMap.sh (where you got BBMerge from) will do the comparisons/alignments.

    Added: Is your reference 200 bp long?

    Comment


    • #3
      Originally posted by GenoMax View Post
      BBMap.sh (where you got BBMerge from) will do the comparisons/alignments.

      Added: Is your reference 200 bp long?
      Yes, it is. Thank you, GenoMax! Will BBMap allow me to set any criteria for the alignment? For example, if I did not want any sequences that differ by more than 10% from my reference.

      Comment


      • #4
        Run bbmap.sh on its own to see all the command line options.

        Here are some relevant options

        Post-Filtering Parameters:

        idfilter=0 Independant of minid; sets exact minimum identity
        allowed for alignments to be printed. Range 0 to 1.
        subfilter=-1 Ban alignments with more than this many substitutions.
        insfilter=-1 Ban alignments with more than this many insertions.
        delfilter=-1 Ban alignments with more than this many deletions.
        indelfilter=-1 Ban alignments with more than this many indels.
        editfilter=-1 Ban alignments with more than this many edits.
        inslenfilter=-1 Ban alignments with an insertion longer than this.
        dellenfilter=-1 Ban alignments with a deletion longer than this.
        Last edited by GenoMax; 05-01-2015, 10:37 AM.

        Comment


        • #5
          You could also convert your reads to fasta format (use reformat.sh from BBMap) and then use blat for the alignments.

          Once you identify the reads that align I suppose you want to do a multiple sequence alignment?

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Non-Coding RNA Research and Technologies
            by seqadmin




            Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.

            Nobel Prize for MicroRNA Discovery
            This week,...
            10-07-2024, 08:07 AM
          • seqadmin
            Recent Developments in Metagenomics
            by seqadmin





            Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
            09-23-2024, 06:35 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Today, 02:44 PM
          0 responses
          7 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 10-11-2024, 06:55 AM
          0 responses
          14 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 10-02-2024, 04:51 AM
          0 responses
          110 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 10-01-2024, 07:10 AM
          0 responses
          116 views
          0 likes
          Last Post seqadmin  
          Working...
          X