Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Can not find idels!!

    Hi guys
    I know that there will be a trivial answer to my question but I really can not understand where the problem is. I am aligning a 20x coverage Illumina paired end reads by using soap aligner. The command I am using is the following:

    Code:
    ./soap -D ./reference.fasta.index  -a ./s_2_1_sequence.txt -b ./s_2_2_sequence.txt -o s_2_paired_mapped -u s_2_unpaired_reads -2 s_2_unpaired_mapped -v 3 -m 100 -x 400 -r 1 -g 10
    I then concatenate the paired_mapped and unpaired_mapped (the real name should be single_mapped) and convert it with the tool soap2sam.pl available at the soapdenovo website. I then use the sam file to gather information about indel by using samtools:

    1) samtools import (to get a bam file)
    2) samtools sort (to sort it)
    3) samtools pileup -f reference.fasta -i file_name.bam

    With the last command I can not get any indel. I am not an expert but I think that no indel at all is not possible. Have you got any idea on what is going on here?

    thanks a lot for the help



    UPDATE: by looking at the soap aligner first output I realised that indels are present. This make me thing that the problem is the perl script soap2sam. I will try to call snp and indel directly with soapsnp.
    Last edited by scami; 10-07-2010, 10:42 PM.

  • #2
    Try the "-c" option in the "samtools pileup" command to call the consensus sequence.

    Comment


    • #3
      Just added -c before the -i flag in the above samtools pileup command. Unfortunately nothing changed!

      cheers

      Comment


      • #4
        use another aligner

        Comment


        • #5
          I agree,

          BWA, Novoalign and BFAST all do a good job with finding indels from short read alignments and all of these programs support native SAM output.


          Originally posted by lh3 View Post
          use another aligner

          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
          27 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          30 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          26 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          52 views
          0 likes
          Last Post seqadmin  
          Working...
          X