importSTARLog {GenomicTools.fileHandler}R Documentation

importSTARLog

Description

Import the Log-File from STAR

Usage

importSTARLog(dir, recursive = TRUE, log = FALSE, finalLog = TRUE,
  verbose = TRUE)

Arguments

dir

The directory name

recursive

Logical, check for sub-directories

log

boolean, import also log file

finalLog

boolean, import also final_log file

verbose

Logical, talkactive function feedback

Details

This function imports the Log file from STAR

Value

a data frame

Author(s)

Daniel Fischer


[Package GenomicTools.fileHandler version 0.1.5.9 Index]