Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • arcolombo698
    Senior Member
    • Nov 2013
    • 142

    Method for Calling Variants, False Positives

    Hello.

    I have a question regarding the algorithm our lab uses for variant calling.
    Essentially when calling the variants we call the variants for each chromosome individually. But this can cause errors (false positives) because if the reference map actually belongs to a different chromosome,say chromosome i, the algorithm will generate a score for the current chromosome having the variants called, say chromosome x.

    However, for computational speed, splitting up the variant calling is more efficient because each node will do the process for each chromosome.

    I am just looking for general advice.

    The only way I can test this method is to finalize the VCF files, and use VCFtools to remove false positives.
    -or I can use GATK, or Atlas2 to do a comparative analysis.
  • yueluo
    Member
    • Aug 2013
    • 82

    #2
    Hi, just curious, did you
    1) align your reads to individual chromosomes and then call variant, or 2) align reads to the whole genome and then call variant for individual chromosomes ?

    Comment

    • arcolombo698
      Senior Member
      • Nov 2013
      • 142

      #3
      Calling Variants of aligned reads to the whole genome

      Hello.

      I aligned the reads to the entire genome, and then called the variants for each individual chromosome.

      (#2)

      Comment

      • vivek_
        PhD Student
        • Jul 2012
        • 164

        #4
        Its really not advisable to be splitting the mapping process by chromosomes. You will lose quite a bit of information and run into false positives in the latter stages, better idea to quicken this process is to split the reads into multiple files, align them to the reference and merge in the end.

        Variant calling by chromosome is an entirely different issue and totally safe to divide this into multiple jobs by chromosome without worrying about false positives.

        Comment

        • arcolombo698
          Senior Member
          • Nov 2013
          • 142

          #5
          I have a question the alignment process.

          for a given sample, I normally perform quality control on the samples and afterward for a specific sample, I run the alignment on the paired trimmed samples (ie. running the alignments on the entire trimmed fastq files).

          Are you suggesting that it is not ideal to run the alignment on an entire fastq file? but a partition of the fastq file? Does it matter if the project is DNA ? or RNAseq?

          Thank you.
          I am just confused because I normally run the alignments on a complete fastq file, and not a partition of a fastq file.

          Is there a resource that you'd recommend?

          Comment

          • vivek_
            PhD Student
            • Jul 2012
            • 164

            #6
            Originally posted by arcolombo698 View Post
            I have a question the alignment process.

            for a given sample, I normally perform quality control on the samples and afterward for a specific sample, I run the alignment on the paired trimmed samples (ie. running the alignments on the entire trimmed fastq files).

            Are you suggesting that it is not ideal to run the alignment on an entire fastq file? but a partition of the fastq file? Does it matter if the project is DNA ? or RNAseq?

            Thank you.
            I am just confused because I normally run the alignments on a complete fastq file, and not a partition of a fastq file.

            Is there a resource that you'd recommend?
            No, its not an issue if you decide to run the alignment of an entire fastq file against the entire reference sequence.

            I was suggesting the preferred way of doing the task in parallel to may be utilize a HPC cluster if you have access to one. You'd rather split the fastq file than split the reference file for parallelism.

            Comment

            • arcolombo698
              Senior Member
              • Nov 2013
              • 142

              #7
              thank you. makes sense.

              is it more accurate to run an alignment on a smaller fastq file input into the aligner?

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Pathogen Surveillance with Advanced Genomic Tools
                by seqadmin




                The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
                03-24-2025, 11:48 AM
              • seqadmin
                New Genomics Tools and Methods Shared at AGBT 2025
                by seqadmin


                This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

                The Headliner
                The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
                03-03-2025, 01:39 PM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 03-20-2025, 05:03 AM
              0 responses
              41 views
              0 reactions
              Last Post seqadmin  
              Started by seqadmin, 03-19-2025, 07:27 AM
              0 responses
              49 views
              0 reactions
              Last Post seqadmin  
              Started by seqadmin, 03-18-2025, 12:50 PM
              0 responses
              36 views
              0 reactions
              Last Post seqadmin  
              Started by seqadmin, 03-03-2025, 01:15 PM
              0 responses
              192 views
              0 reactions
              Last Post seqadmin  
              Working...