View source: R/fromFastqToBam.R
mergefastq | R Documentation |
merges a list of fastq files into one
mergefastq( FileList, NewName = NULL, output = file.path(getwd(), "mergedFastq") )
FileList, |
a list of files to merge |
NewName, |
output file name if not provided this function looks for a common base between files |
output, |
output directory |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.