insilicoFASTQ {ramwas} | R Documentation |
Creates a FASTQ file with all fragments of fraglength
bp long.
insilicoFASTQ(con, gensequence, fraglength)
con |
A |
gensequence |
A string or |
fraglength |
Fragment length. |
The function a FASTQ file with all fragments of fraglength
bp
long from the forward strand of the DNA sequence.
Returns a list with CpG coordinates for each genome sequence.
Andrey A Shabalin andrey.shabalin@gmail.com
## There are four 4 bp fragments in a 7 basepair sequence: insilicoFASTQ(con="", gensequence = "ABCDEFG", fraglength=4)