parse_test: Parse test output

Description Usage Arguments Value Examples

Description

The function parses the different test names and output in terms of pass or fail from the text file output of the FastQC utility. Baically, the function identies the test names lines' preceeded by '>>', parses the text name and the output of that test in a data.frame.

Usage

1

Arguments

txt

A character string such as this returned by readLines

Value

A data.frame of two columns name and output fot the test name and output in terms of pass or fail.

Examples

1
2
3
fl <- system.file("extdata", "sample_1.txt", package = "Rfastqc")
txt <- readLines(fl)
tst <- parse_test(txt)

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