fastqDirToTable: fastqDirToTable

Description Usage Arguments Value Author(s)

View source: R/utils_filehandling.R

Description

scan a directory containing fastq files and create a sample annotation table from the file names

Usage

1
fastqDirToTable(fqDir, tabFn = NULL, pat = "")

Arguments

fqDir

string specifying a directory with fastq files

tabFn

filename specifying the where the table should be written to. If NULL (default), the table will just be returned as data frame

pat

(optional) regular expression that fastq file names have to pass

Value

data frame of parsed annotation

Author(s)

Fabian Mueller


demuellae/ChrAccR documentation built on Jan. 20, 2020, 3:03 a.m.