Announcement

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

  • Alignment based on 1 mismatch.

    Hi
    I have a requirement where on aligning reads to reference the mapping is based only on one mismatch with the reference. I need a tool which can map the reads with the reference genome with max of one mismatch. Can some one suggest one.
    Thanks in advance.

    Regards
    Vishwesh

  • #2
    Bowtie2 will do this fine in end-to-end mode. Just set the minimum score to -1 (--score-min C,-1,0) and maximum/minimum mismatch penalties to both -1 (--mp -1,-1).

    Comment


    • #3
      Thanks David Eccles.. Is it possible to do this in bwa aln... if so what parameters should be given...

      Comment


      • #4
        From the bwa manual it looks like the edit distance option is what you want (-n 1), coupled with zero extensions allowed (-o 0). I have no experience with BWA, so can only do my best to interpret the specifications.

        Comment


        • #5
          Thanks David Eccles.. I am new to bowtie.. the options are bit confusing.. can you please help me the command.. The files I use are not paired ends..

          Comment


          • #6
            What have you tried? Give me an example, together with the error message, and we'll be better able to solve this problem.

            Comment


            • #7
              I tried this..
              bowtie -S all_other_rna -score-min C,-1,0 -mp -1,-1 /home/vishwesh/soft/TLL28_GTAGAG_L004_R1_001_c2.fastaq test.sam

              Comment


              • #8
                please use bowtie2 for doing this:



                Options for bowtie are quite different from bowtie2.

                Comment


                • #9
                  I tried using bowtie2..
                  here is the error i get..

                  Error: Encountered internal Bowtie 2 exception (#1)
                  Command: /data/apps/bowtie2-2.1.0/bin/bowtie2-align --wrapper basic-0 -S all_other_rna -score-min C,-1,0 -mp /home/vishwesh/soft/TLL28_GTAGAG_L004_R1_001_c2.fastaq test.sam
                  bowtie2-align exited with value 1

                  command is
                  bowtie2 -S all_other_rna -score-min C,-1,0 -mp -1,-1 /home/vishwesh/soft/TLL28_GTAGAG_L004_R1_001_c2.fastaq test.sam

                  let me know if anything is wrong in this command..

                  Comment


                  • #10
                    your bowtie2 command should look something like this:
                    Code:
                    bowtie2 [options]* -x <bt2-idx> {-1 <m1> -2 <m2> | -U <r>} -S [<hit>]
                    [taken verbatim from the manual]

                    It looks like you haven't specified an index file on the command line, or the index is attached to the wrong arguments. Perhaps something like this would work better (assuming all_other_rna is your bowtie2 index generated with bowtie2-build):

                    Code:
                    bowtie2 --score-min C,-1,0 --mp -1,-1 -x all_other_rna -S /home/vishwesh/soft/TLL28_GTAGAG_L004_R1_001_c2.fastaq > test.sam

                    Comment

                    Latest Articles

                    Collapse

                    • seqadmin
                      Advanced Tools Transforming the Field of Cytogenomics
                      by seqadmin


                      At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
                      Yesterday, 06:26 AM
                    • seqadmin
                      How RNA-Seq is Transforming Cancer Studies
                      by seqadmin



                      Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
                      09-07-2023, 11:15 PM
                    • seqadmin
                      Methods for Investigating the Transcriptome
                      by seqadmin




                      Ribonucleic acid (RNA) represents a range of diverse molecules that play a crucial role in many cellular processes. From serving as a protein template to regulating genes, the complex processes involving RNA make it a focal point of study for many scientists. This article will spotlight various methods scientists have developed to investigate different RNA subtypes and the broader transcriptome.

                      Whole Transcriptome RNA-seq
                      Whole transcriptome sequencing...
                      08-31-2023, 11:07 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by seqadmin, Yesterday, 07:53 AM
                    0 responses
                    8 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 09-25-2023, 07:42 AM
                    0 responses
                    14 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 09-22-2023, 09:05 AM
                    0 responses
                    42 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 09-21-2023, 06:18 AM
                    0 responses
                    44 views
                    0 likes
                    Last Post seqadmin  
                    Working...
                    X