sim_fq(nRep=2, nContamVec=c(100, 1000), grSize=20, nSeq=1e4, k=6, kIndex=1365, pos=20)numeric. Number of replicates for each combination of
each nContamVec valuenumeric. Vector with nContam (absolute number of
contaminated reads) values.numeric. Number FASTQ files in control and
contamination group.numeric. Number of reads per FASTQ file.numeric. k value used in fastqq function.numeric. k-mer index of inserted k-mer(s). The k-mer
index can be retreaved for a given k-mer with 'kMerIndex'. Default
value is 1365 (="CCCCCC").numeric. Determines at which position in sequence the
k-mer is inserted. 1-based (1=first position).kMerIndex("CCCCCC")
## Not run: res <- seqTools:::sim_fq(nRep=2, nContamVec=c(10, 100),
# grSize=4, nSeq=1e2)## End(Not run)
Run the code above in your browser using DataLab