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
              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
            18 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            22 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            16 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-04-2024, 09:00 AM
            0 responses
            47 views
            0 likes
            Last Post seqadmin  
            Working...
            X