Indeed there are many other quality control packages for FASTQ files existing already, including ShortReads
and seqTools
for R and the popular FASTQC Java-based program. qckitfastq offers a few advantages
compared to these 3 programs for users who need such features:
1. access to raw sequence and quality data
2. quality control analyses of the entire FASTQ file
3. fast file processing
To break it down further, seqTools and ShortReads do not offer as comprehensive set of quality control metrics as
qckitfastq and FASTQC. seqTools further provides limited access to raw data and intermediate analysis results. ShortReads
provides users with access to the raw sequencing data and intermedite analysis results, but is inefficient on datasets
exceeding 10 million reads. FASTQC meanwhile truncates any reads longer than 75bp as well as estimates overall quality
only based on the first 100,000 reads of any FASTQ file. `qckitfastq` does not contain any of these limitations.
Done.
Done.
Removed this.
Removed the chunk.
This has been addressed in the # Individual metrics
section of the vignette. Essentially, some functions in qckitfastq
are simply wrappers around seqTools
functions, and are there for the sake of completeness if the user wants to run a report of all possible quality control metrics for FASTQ data.
These are all described in the vignettes and more thoroughly described in the documentation.
This has been removed.
Man pages have been updated.
Addressed.
Changed to output_file=NA
by default.
Addressed.
Addressed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.