Estimating Error Rate In Sequencing Data
Hi all,
May i know your ideas how the error rate is estimated for the sequencing data? For eg: they say for the PacBio data the error rate ranges from 15-20%. How do they find it? Any specific programs estimate this? Your answers would be helpful. Thank you.
• 4,123 views
•
link
1 answer
I'm not sure to answer you question, but I know that you can use FastQC for estimation of the quality of one sequenced library. For exemple:
curl -O http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.10.1.zip
unzip fastqc_v0.10.1.zip
cd FastQC
chmod +x fastqc
fastqc FileName.fastq
• 0 views
•
link
Log in to answer this question.
See Evaluation Of High Throughput Sequencing Error Rates ?