Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to find heterozygote by ssahaSNP

    I'm trying to use ssahaSNP for SNP/INDEL discovery. However, I only received homozygote cases. How do I find heterozygote via this program? Below are the 4 commands I used based the instruction from http://computing.bio.cam.ac.uk/local/doc/ssaha2.pdf


    ssahaSNP allinput.fastq Sorbil.fasta -tags 1 > all_ssahaSNP.out

    egrep ALIGN all_ssahaSNP.out | awk '{print $1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12}' > all_alignment.dat

    egrep ssaha:SNP all_ssahaSNP.out > all_SNP.dat

    parse_SNP all_SNP.dat all_alignment.dat > all_parseSNP.out

  • #2
    quote from the ssaha manual:

    ssaha2SNP is a polymorphism detection tool. It detects homozygous SNPs
    and indels by aligning shotgun reads to the finished genome sequence.
    From the best alignment, SNP candidates are screened, taking into account
    the quality value of the bases with variation as well as the quality
    values in the neighbouring bases, using neighbourhood quality standard
    (NQS).
    Looks like this executable is not meant for the detection of heterozygous SNPs.

    Try to transform your alignment output file to another format, such as bam, to be able to use a different SNP calling program that detects both homo- and heterozygous SNPs.

    Cheers!

    Comment


    • #3
      which program would you recommend to detect both homo and hetero SNP/INDEL?

      Comment


      • #4
        Once you have your alignments in bam format, there is a variety of variant callers that output the so-called "variant call format" vcf that contains the information of zygosity that you are looking for:

        Try:

        - samtools + bcftools
        - samtools + varscan
        - GATK

        cheers!

        PS.: Keep reading this excellent forum to find out more!
        Last edited by sdvie; 09-20-2011, 06:58 AM.

        Comment


        • #5
          My purpose is
          1. find all SNP/INDEL
          2. If a (Sanger) read which covers a SNP/INDEL position but it's not detected as SNP/INDEL, mark the position of that sequence as wild-type.


          I tried samtools + bcftools, however, I couldn't accomplish the 2nd purpose. Let's why I used ssahaSNP. ssahaSNP provides leftmost and rightmost position of each alignment on the reference genome. By comparing a SNP position with those 2 positions, I could tell if a read covered that SNP position. Then, if that read was not on the list of SNP, it's wild-type.
          However, I wasn't aware that ssahaSNP didn't detect hetero.

          Could any of those 3 methods you suggest accomplish the 2nd purpose? Could you explain more about how? Thanks!

          - samtools + bcftools
          - samtools + varscan
          - GATK

          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