if (FALSE) {
# Demo QC Directory
qc.path <- system.file("fastqc_results", package = "fastqcr")
qc.path
# List of files in the directory
list.files(qc.path)
# Multi QC report
qc_report(qc.path, result.file = "~/Desktop/result")
# QC Report of one sample with plot interpretation
qc.file <- system.file("fastqc_results", "S1_fastqc.zip", package = "fastqcr")
qc_report(qc.file, result.file = "~/Desktop/result",
interpret = TRUE)
}
Run the code above in your browser using DataLab