Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dimo
    Member
    • Mar 2012
    • 10

    #1

    Variant calling from fasta files.

    Greetings and salutations.

    I am trying to analyze some old data which consists of several hundred fasta sequences from individual tumour samples which I believe came from some sort of Sanger sequencing. Is there tool that will align these to a genome (BLAST) and call nucleotide and amino acid variants (similar to a NGS analysis)?

    Thanks in advance.
  • vivek_
    PhD Student
    • Jul 2012
    • 164

    #2
    You could likely use BWA-Mem to do the alignment and call variants using the GATK's UnifiedGenotyper module.

    Comment

    • dimo
      Member
      • Mar 2012
      • 10

      #3
      Originally posted by vivek_ View Post
      You could likely use BWA-Mem to do the alignment and call variants using the GATK's UnifiedGenotyper module.
      Interesting, any idea how GATK would handle a lack of quality scores? I would also basically have only 1 read per sample as well so no idea if it would even flag.

      Comment

      • vivek_
        PhD Student
        • Jul 2012
        • 164

        #4
        Originally posted by dimo View Post
        Interesting, any idea how GATK would handle a lack of quality scores? I would also basically have only 1 read per sample as well so no idea if it would even flag.
        If it complains about quality scores, you can just generate a file with some dummy scores. I'm not sure how it would handle one read per sample though. You can also try samtools for variant calling and modify the min. reads flags.

        Comment

        • Brian Bushnell
          Super Moderator
          • Jan 2014
          • 2709

          #5
          You can use BBMap's reformat.sh to convert fasta to fastq, and assign whatever fake quality score you want (the default is Q30, though you can adjust that with the flag "qfake=X"). I like 30 because it ends up with quality scores that are all "?", which is appropriate.

          Also, I feel like 30 is a good insurance against bad trimming - I would never, ever recommend trimming to Q30 or above (meaning bases with a claimed quality below 30 are discarded), since it is virtually always a bad idea if you have accurate quality scores, but some pipelines do that automatically. So, a default of Q30 seems reasonable.
          Last edited by Brian Bushnell; 07-24-2017, 08:36 AM.

          Comment

          • colindaven
            Senior Member
            • Oct 2008
            • 417

            #6
            I've done this once using freebayes. It will happily call variants in VCF format from a BAM file with a coverage of 1. Took me a while to find this solution.

            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
            23 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-03-2026, 10:13 AM
            0 responses
            38 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-31-2026, 02:55 AM
            0 responses
            43 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...