-
Notifications
You must be signed in to change notification settings - Fork 2
Quality control workflow
mdavy86 edited this page Oct 20, 2012
·
18 revisions
The ShortRead package contains a function called qa() which creates a quality report from several input formats, (usually a Fastq file).
type=c("SolexaExport", "SolexaRealign", "Bowtie", "MAQMap", "MAQMapShort", "fastq", "BAM")
This function produces similar outputs to FastqQC but executes slightly faster. Functionality has been written to perform quality control either;
- on a ShortReadQ structure of NGS reads loading into R using readFastq()
- Specify the directory to run qa() directly from the NGS files.
The ShortRead package contains a function called qa() which creates a quality report from several input formats, (usually a Fastq file).
type=c("SolexaExport", "SolexaRealign", "Bowtie", "MAQMap", "MAQMapShort", "fastq", "BAM")
This function produces similar outputs to FastqQC but executes slightly faster. Functionality has been written to perform quality control either;
- on a ShortReadQ structure of NGS reads loading into R using readFastq()
- Specify the directory to run qa() directly from the NGS files.