Description Usage Arguments Value Examples
Will run all functions in the qckitfastq suite and save the data frames and plots to a user-provided directory. Plot names are supplied by default.
1 |
infile |
Path to gzipped FASTQ file |
dir |
Directory to save results to |
Generate files from all functions
1 2 3 4 | infile <- system.file("extdata", "test.fq.gz",
package = "qckitfastq")
testfolder <- tempdir()
run_all(infile, testfolder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.