Description Usage Arguments Value Examples
Summary method for FastQC/multiFastQC objects
1 | summary(fqc)
|
fqc |
An object of class FastQC such as that returned by FastQC or multiFastQC |
Prints summary of test data
1 2 3 4 | fl <- system.file("extdata", "sample_1.txt", package = "Rfastqc")
fqc <- parse_fqc(fl)
fqc <- FastQC(fqc)
summary(fqc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.