Description Usage Arguments Details Value Author(s) References Examples
Writes compressed FASTQ files where sequence sections contain concatenated k-mers which are uniformly distributed in the range of k-mers for given k. A fraction of the reads can be contaminated with one or more deterministic k-mers.
1 2 | writeSimContFastq(k=6, nk=5, nSeq=10, pos=1,
kIndex=1, nContam=nSeq, filename="simc.fq.gz")
|
k |
|
nk |
|
nSeq |
|
pos |
|
kIndex |
|
nContam |
|
filename |
|
The read headers are consequtive numbered. The phred quality values are equally set to 46 (='.') which represents a phred value of 13. This function is not designed for routine use. The random content FASTQ files can be used in order to measure the separation capabilities of hierarchical clustering mechanisms.
None.
Wolfgang Kaisers
Cock PJA, Fields CJ, Goto N, Heuer ML, Rice PM The sanger FASTQ file format for sequences with quality scores and the Solexa/Illumina FASTQ variants. Nucleic Acids Research 2010 Vol.38 No.6 1767-1771
1 | ## Not run: writeSimContFastq()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.