Description Usage Arguments Value Functions
View source: R/pairFastqFiles.R
figure out how a sample's runs can be properly paired (no SE support yet)
1 2 3 4 | pairFastqFiles(path = ".", extension = "\\.fastq\\.gz",
readPrefix = "R", lanePrefix = "L", splitChar = "_", ...)
.findPairings(fragments, ...)
|
path |
a character string specifying where the FASTQ files are |
extension |
what is the file extension? default is ".fastq.gz" |
readPrefix |
read prefix, usually a single character, default "R" |
lanePrefix |
lane prefix, usually a single character, default "L" |
splitChar |
split character or string, usually "_" for Illumina |
... |
other arguments, passed on to helper functions |
fragments |
fragments to bind toward |
a vector of paired FASTQ files for runKallisto
a data.frame of paired FASTQ filenames
.findPairings
: helper function to try and weed through various possible extensions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.