Description Usage Arguments Value
View source: R/parseFastqNames.R
like it says: parse the chunks of FASTQ file names to get lanes, fwd/rev, &c
1 2 | parseFastqNames(allFiles, extension = "\\.fastq\\.gz", readPrefix = "R",
lanePrefix = "L", splitChar = "_", ...)
|
allFiles |
all the FASTQ filenames for a sample |
extension |
the file extension, default is ".fastq.gz" |
readPrefix |
the read indicator prefix, default is "R" per Illumina |
lanePrefix |
the lane indicator prefix, default is "L" per Illumina |
splitChar |
the character that is used to separate bits of information |
... |
any additional user input parameters |
a data.frame with the sample stubs, read directions & filenames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.