Unconfigured Ad

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

    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
              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.
              ...
              07-09-2026, 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...
              07-08-2026, 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, 07-09-2026, 10:04 AM
            0 responses
            23 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            15 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            33 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...