powered by
Unzip all files in the FastQC result directory. Default is the current working directory.
qc_unzip(qc.dir = ".", rm.zip = TRUE)
Path to the FastQC result directory.
logical. If TRUE, remove zipped files after extraction. Default is TRUE.
if (FALSE) { qc_unzip("FASTQC") }
Run the code above in your browser using DataLab