qc_unzip | R Documentation |
Unzip all files in the FastQC result directory. Default is the current working directory.
qc_unzip(qc.dir = ".", rm.zip = TRUE)
qc.dir |
Path to the FastQC result directory. |
rm.zip |
logical. If TRUE, remove zipped files after extraction. Default is TRUE. |
## Not run: qc_unzip("FASTQC") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.