parse_fqc: Parse fastQC file

Description Usage Arguments Value Examples

Description

A wrapper function to fully parse the text file output of FastQC in tidy data.frames. Breifly, the function reads the text lines, parse the test names, parse the test blocks of text and returns a list.

Usage

1
parse_fqc(file_name)

Arguments

file_name

A character refers to the text file from fastQC.

Value

A named list containing a data.frame for each test.

Examples

1
2
fl <- system.file("extdata", "sample_1.txt", package = "Rfastqc")
fqc <- parse_fqc(fl)

MahShaaban/Rfastqc documentation built on May 6, 2019, 4:36 p.m.