read_fastqc: Read in a fastqc_data.txt file.

Description Usage Arguments Value Examples

Description

readFastQC parses a fastqc_data.txt file reported by fastqc, a quality control tool for high throughput sequence data.

Usage

1
read_fastqc(file, module = "Basic Statistics")

Arguments

file

Path to fastqc_data.txt file

module

Module to extract from fastqc_data.txt file

Value

A data_frame with fastqc report values for the queried module

Examples

1
# read_fastqc("fastqc_data.txt", "Sequence Length Distribution")

uhlitz/readFastQC documentation built on May 3, 2019, 2:23 p.m.