Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eyalbd
    Member
    • Apr 2010
    • 11

    #1

    very short deletion messes up SAMtools SNP calling

    Hi,

    I used Bowtie to align a solid read to the human genome, and now I'm trying to use samtools to call snps. When I use the pileup function, I get tons of snps, most due to a polymorphism (poly-c) in which there is a difference between my read and the reference. As samtools doesn't recognize this I get tons of snps from that point onwards.

    I would appreciate any help on the matter.

    Thanks,

    Eyal
  • lh3
    Senior Member
    • Feb 2008
    • 686

    #2
    Use an aligner that is capable of gapped alignment. This is ESSENTIAL. No variant caller can work well with an ungapped aligner.

    Comment

    • eyalbd
      Member
      • Apr 2010
      • 11

      #3
      Thanks a lot for the reply!

      Which aligners are capable of gapped alignment? I understand MAQ is, but I couldn't get it to run as I do not have access to a cluster, so I need a software that can run on my core i7 with 12gb (so 10gb max for alignment).

      Many thanks,

      Eyal

      Comment

      • Thomas Doktor
        Senior Member
        • Apr 2009
        • 105

        #4
        Since Li Heng is too polite to suggest BWA I will recommend it, it's comparable to Bowtie in terms of speed and supports gapped alignments: http://bio-bwa.sourceforge.net/index.shtml

        Comment

        • eyalbd
          Member
          • Apr 2010
          • 11

          #5
          Thanks. I'll try it.

          Comment

          • eyalbd
            Member
            • Apr 2010
            • 11

            #6
            I tried using BWA, I used the supplied solid2fastq.pl file to create a gzip of my reads in fastq. Used the default settings for BWA, and later pileup, got me very bad alignment, with no connection at all between the reference genome (I'm checking only the mitochondria) and the consensus call.
            What coud I be doing wrong?

            Comment

            • Thomas Doktor
              Senior Member
              • Apr 2009
              • 105

              #7
              I'm not really sure since I don't work with SOLiD reads, but I think that BWA actually just uses the fastq format to store the colorspace reads in and uses ACGT as color representations. If you then try to align these fastq files normally, you will get many errors because of the nature of the colorspace encoding.

              What you should do is generate a colorspace reference of your genome of interest and then align against that. The command looks like this for a human sized genome:
              bwa index -a bwtsw -c genome.fa
              You then align your reads in colorspace:
              bwa aln -c genome.fa reads.fastq > alignment.sai
              In any case, you should definetely always align colorspace reads in colorspace.

              Comment

              • eyalbd
                Member
                • Apr 2010
                • 11

                #8
                These steps are exactly the ones I followed. When I look at the SAM file now, I see many N's in the reads, in similar places in the sequence, for instance:

                NGGNGNNNTAGGGNANNNANGCCNGNTNGNGNTNGNNNGATNGNCNNNN
                NTCNTNNNAGTGCNANNNGNGTGGGNGNGNTNANCGNNGCGCGNANNNN
                etc...

                Comment

                • Thomas Doktor
                  Senior Member
                  • Apr 2009
                  • 105

                  #9
                  Looks odd, how do the "raw" fastq files look?

                  Comment

                  Latest Articles

                  Collapse

                  • SEQadmin2
                    Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                    by SEQadmin2



                    CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                    Despite this, “CRISPR helped turn genome editing from a specialized technique into
                    ...
                    07-31-2026, 11:01 AM
                  • SEQadmin2
                    Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                    by SEQadmin2


                    Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                    The systematic characterization of the human proteome has
                    ...
                    07-20-2026, 11:48 AM

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by SEQadmin2, 08-06-2026, 07:41 AM
                  0 responses
                  17 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 08-03-2026, 10:13 AM
                  0 responses
                  33 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-31-2026, 02:55 AM
                  0 responses
                  42 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-24-2026, 12:17 PM
                  0 responses
                  26 views
                  0 reactions
                  Last Post SEQadmin2  
                  Working...