Hi, guys,
I found I got confused with some basic concepts in reads pre-processing. I try to google them but still didn't get a clear answer.
First is about adapters. Are the adapters used by the same platform the same? Fastqc can report the adapters content, how does it know which adapter the data use? Because I ran fastqc, and it told me that there was no adapters remaining. But in the data description, the data contains adapter sequence fragment CGACCAGCAT, and I found there truly are this kind of fragments in the reads.
When remove low quality score bases, there is a function in the fastx toolkit called fastq_quality_trimmer. It seems it just removes the low score base from 3'end until the score is higher than a threshold for each read. But sometimes the bases scores at 3'end are not good for all reads, we may trim that base for all reads. So how to decide which method to use?
And a question about fastx_clipper, it doesn't describe what it does, does it find the adapter we input and remove it and all the base after the adapter?
Thanks for your time.
Yue
I found I got confused with some basic concepts in reads pre-processing. I try to google them but still didn't get a clear answer.
First is about adapters. Are the adapters used by the same platform the same? Fastqc can report the adapters content, how does it know which adapter the data use? Because I ran fastqc, and it told me that there was no adapters remaining. But in the data description, the data contains adapter sequence fragment CGACCAGCAT, and I found there truly are this kind of fragments in the reads.
When remove low quality score bases, there is a function in the fastx toolkit called fastq_quality_trimmer. It seems it just removes the low score base from 3'end until the score is higher than a threshold for each read. But sometimes the bases scores at 3'end are not good for all reads, we may trim that base for all reads. So how to decide which method to use?
And a question about fastx_clipper, it doesn't describe what it does, does it find the adapter we input and remove it and all the base after the adapter?
Thanks for your time.
Yue
Comment