Unconfigured 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

              • 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
              • SEQadmin2
                Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                by SEQadmin2


                I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                Here are nine questions we think about, in roughly the order they matter, before...
                06-18-2026, 07:11 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-02-2026, 11:08 AM
              0 responses
              9 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-30-2026, 05:37 AM
              0 responses
              13 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-26-2026, 11:10 AM
              0 responses
              20 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-17-2026, 06:09 AM
              0 responses
              54 views
              0 reactions
              Last Post SEQadmin2  
              Working...