Unconfigured Ad

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

    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
                    Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                    by SEQadmin2



                    Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                    ...
                    Today, 11:10 AM
                  • SEQadmin2
                    Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                    by SEQadmin2



                    Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                    There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                    Yesterday, 05:17 AM
                  • GATTACAT
                    Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                    by GATTACAT
                    Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                    07-01-2026, 11:43 AM

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by SEQadmin2, Today, 10:04 AM
                  0 responses
                  8 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, Yesterday, 10:08 AM
                  0 responses
                  6 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-07-2026, 11:05 AM
                  0 responses
                  9 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-02-2026, 11:08 AM
                  0 responses
                  31 views
                  0 reactions
                  Last Post SEQadmin2  
                  Working...