executeFLASH | R Documentation |
With R1 and R2 files generated by paired-end sequencing, the function executes the FLASH program to obtain the number of extended and not-extended reads.
executeFLASH(R1, R2, flash, flash.opts, outfile = "./flash.fastq")
R1 |
Path for R1 reads file. |
R2 |
Path for R2 reads file. |
flash |
Folder path containing the FLASH executable. |
flash.opts |
Character indicating FLASH options that will be part of the execution command. |
outfile |
File path for FLASH output. If it is not specified, the fastq file generated will be saved in the current working directory. |
This function returns a matrix containing the number of reads extended and not extended by FLASH. Additionaly, a fastq file with extended reads will be saved to outfile path. Further FLASH output files will be saved in a new folder named "tmp".
This function is defined for correct execution of R1R2toFLASH
function from
the same package, where all arguments are defined automatically.
Alicia Aranda
R1R2toFLASH
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.