runFastQC: Perform FastQC quality control

Description Usage Arguments Details

View source: R/RNASeqPipelineR.R

Description

Runs fastqc quality control on the FASTQ files. Parallel processing is run using fastqc internal threading (-t option). Each thread requires 250MB of memory.

Usage

1
runFastQC(ncores = 4)

Arguments

ncores

integer how many threads to use. Must be less than or equal to number of cores on machine.

Details

Produces FASTQC reports for each FASTQ file using fastqc. FASTQ input files must have extension fastqc or fq (capitalization sensitive). FASTQC output will be written to FASTQC directory.


RGLab/RNASeqPipelineR documentation built on Jan. 19, 2020, 12:31 a.m.