Unconfigured Ad

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

    #1

    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

              • SEQadmin2
                How Immunogenomics Decodes Immunity’s Genetic Blueprint
                by SEQadmin2




                The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

                This convergence of genetics, immunology, and computation...
                Yesterday, 05:41 AM
              • SEQadmin2
                Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                by SEQadmin2



                CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                Despite this, “CRISPR helped turn genome editing from a specialized technique into
                ...
                07-31-2026, 11:01 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 08-24-2026, 10:32 AM
              0 responses
              44 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 08-20-2026, 11:17 AM
              0 responses
              48 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 08-18-2026, 10:05 AM
              0 responses
              55 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 08-13-2026, 12:22 PM
              0 responses
              50 views
              0 reactions
              Last Post SEQadmin2  
              Working...