.isValidBowtieLog {ngsReports}R Documentation

Check for correct structure of supplied Bowtie log files

Description

Check for correct structure of supplied Bowtie log files after reading in using readLines.

Usage

.isValidBowtieLog(x)

Arguments

x

Character vector as output when readLines to a supplied log file

Details

Checks for all the required fields in the lines provided

Value

logical(1)


[Package ngsReports version 1.10.0 Index]