Description Usage Arguments Details Value Author(s) Examples
For each combination of the parameters k and nSeq, the function writes one fastq file and collects the data. The fastq files are equally structured: Each read contains 17 randomly selected DNA k-mers of size 6. Therefore the read-length is always 102.
1 | simFastqqRunTimes(k,nSeq,filedir=".")
|
k |
|
nSeq |
|
filedir |
|
The fastq files contain the parameter settings inside their filename. The files are created with 'writeSimFastq'.
data.frame
. The data frame has four columns: id,k,nSeq and runtime.
Wolfgang Kaisers
1 | simFastqqRunTimes(k=5,nSeq=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.