run_all: Will run all functions in the qckitfastq suite and save the...

Description Usage Arguments Value Examples

View source: R/run_all.R

Description

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.

Usage

1
run_all(infile, dir)

Arguments

infile

Path to gzipped FASTQ file

dir

Directory to save results to

Value

Generate files from all functions

Examples

1
2
3
4
infile <- system.file("extdata", "test.fq.gz",
    package = "qckitfastq")
testfolder <- tempdir()
run_all(infile, testfolder)

qckitfastq documentation built on Nov. 8, 2020, 5:24 p.m.