Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • AfterQC: Automatic Filtering, Trimming, Error Removing and Quality Control for fastq

    AfterQC

    Code on github: https://github.com/OpenGene/AfterQC

    Automatic Filtering, Trimming, Error Removing and Quality Control for fastq data

    AfterQC can simply go through all fastq files in a folder and then output three folders: good, bad and QC folders, which contains good reads, bad reads and the QC results of each fastq file/pair.
    Currently it supports processing data from HiSeq 2000/2500/3000/4000, X10, X5, Nextseq 500/550, MiniSeq...


    Features:
    AfterQC does following tasks automatically:

    * Filters reads with too low quality, too short length or too many N
    * Filters reads with abnormal PolyA/PolyT/PolyC/PolyG sequences
    * Does per-base quality control and plots the figures
    * Trims reads at front and tail, according to QC results
    * For pair-end sequencing data, AfterQC automatically corrects low quality wrong bases in overlapped area of read1/read2
    * Detects and eliminates bubble artifact caused by sequencer due to fluid dynamics issues
    * Single molecule barcode sequencing support: if all reads have a single molecule barcode (see duplex sequencing), AfterQC shifts the barcodes from the reads to the fastq query names
    * Support single-end sequencing or pair-end sequencing

    Dependency:
    AfterQC uses editdistance module, run following before using AfterQC:

    pip install editdistance


    Simple usage:
    1, Prepare your fastq files in a folder
    2, For single-end sequencing, the filenames in the folder should be *R1*
    For pair-end sequencing, the filenames in the folder should be *R1* and *R2*


    cd /path/to/fastq/folder
    python path/to/AfterQC/after.py


    Two folders will be automatically generated, a folder 'good' stores the good reads and a folder 'bad' stores the bad reads
    AfterQC will print some statistical information after it is done, such how many good reads, how many bad reads, and how many reads are corrected.

    Quality Control only
    If you only want to get quality control statistics, run:
    python after.py --qc_only
    Last edited by [email protected]; 05-07-2016, 05:31 AM.
    OpenGene(Libraries and tools for NGS data analysis),AfterQC(Fastq Filtering and QC)
    FusionDirect.jl( Detect gene fusion), SeqMaker.jl(Next Generation Sequencing simulation)

  • #2
    Hi Chen,

    thanks, this looks interesting. What do you mean by this "* Detects and eliminates bubble artifact caused by sequencer due to fluid dynamics issues"?
    How would you recognize such problems? Are the reads filtered out?

    Comment


    • #3
      Hi luc,

      When a sequencer is working, it may raise some bubbles from its liquid lanes. Bubbles can affect DNA synthesis reactions and wash processes. According to our investigation, Illumina NextSeq sequencers are much more probable to have bubbles. NextSeq sequencers are widely used in clinical environment, like cancer testing. For these quality critical applications, the reads in the bubble areas must be discarded due to they are usually wrong representations of the original DNA templates and may cause fake mutations. Since these reads usually have high quality scores, they cannot be filtered by regular quality filters. We found that there were more and longer polyG reads (a polyG read is a read has long sub-sequence of Guanine) in the bubble areas.

      Based on this phenomenon, this debubble tool can visualise the bubbles, furthermore detect their contours, and then filter out the reads in bubbles.
      OpenGene(Libraries and tools for NGS data analysis),AfterQC(Fastq Filtering and QC)
      FusionDirect.jl( Detect gene fusion), SeqMaker.jl(Next Generation Sequencing simulation)

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Recent Developments in Metagenomics
        by seqadmin





        Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
        09-23-2024, 06:35 AM
      • seqadmin
        Understanding Genetic Influence on Infectious Disease
        by seqadmin




        During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

        Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
        09-09-2024, 10:59 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 10-02-2024, 04:51 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 10-01-2024, 07:10 AM
      0 responses
      22 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-30-2024, 08:33 AM
      0 responses
      26 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-26-2024, 12:57 PM
      0 responses
      19 views
      0 likes
      Last Post seqadmin  
      Working...
      X