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 6-mers. 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 2 3 4 5 | ## Not run:
res <- simFastqqRunTimes(k=2:9, nSeq=100000)
plot(runtime~k,res,type="b")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.