Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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.

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

    Comment


    • #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


      • #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


        • #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


          • #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

            • seqadmin
              Best Practices for Single-Cell Sequencing Analysis
              by seqadmin



              While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
              06-06-2024, 07:15 AM
            • seqadmin
              Latest Developments in Precision Medicine
              by seqadmin



              Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

              Somatic Genomics
              “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
              05-24-2024, 01:16 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 06-07-2024, 06:58 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-06-2024, 08:18 AM
            0 responses
            20 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-06-2024, 08:04 AM
            0 responses
            18 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-03-2024, 06:55 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Working...
            X