run_fastqc: QC report for each fastq files using FastQC

Description Usage Arguments Value Examples

View source: R/run_fastqc.R

Description

run_fastqc HTML report of each fastq files using FastQC. You need to install FastQC from https://www.bioinformatics.babraham.ac.uk/projects/fastqc/

Usage

1
run_fastqc(destdir, fastq_dir, n_thread)

Arguments

destdir

directory where all the results will be saved.

fastq_dir

directory of the fastq files.

n_thread

number of cores to use.

Value

HTML report of the fastq files under fastqc directory.

Examples

1
2
3
4
fastq_dir=system.file("extdata","", package="GREP2")

run_fastqc(destdir=tempdir(),fastq_dir=fastq_dir,
n_thread=2)

uc-bd2k/GREP2 documentation built on Oct. 29, 2019, 5:15 a.m.