Description Usage Arguments Details Value
The function checks each fastq file specified in the "data file" for quality, and writes findings to a report.
1 |
dataFile |
An R data frame with the data to be processed. The R object is a standard format, and must contain the following headings: File, PE, Sample, Replicate, FilteredFile. More information about the file is available at |
preFilter |
A logical - if true (default), the function will select and analyse files which have not yet been processed for quality. If false, the function will select and analyse those files which have been processed for quality, i.e. the "filtered file" in the data file. |
The function should be run in the working directory, where all fastq files are found.
runQA
iterates over each file specified in the "datafile". It runs a quality assessment from the ShortRead
package. The ShortRead
package (https://bioconductor.org/packages/release/bioc/html/ShortRead.html) contains more information about this step. The quality assessment may be performed before and after the filtering step, by setting the "pre-filter" parameter to true or to false, respectively. All quality assessment data is output to the "QA" directory.
Quality reports are output to the working directory (under the QA directory). R objects of the raw data used to generate the reports are also saved to this directory.
FastqQA object. Outputs quality results in the form of raw data (an R FastqQA object) and HTML format (saved to "QA" directory).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.