Description Usage Arguments Details Value Author(s) Examples
Creates a FASTQ file with all fragments of fraglength
bp long.
1 | 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
1 2 | ## There are four 4 bp fragments in a 7 basepair sequence:
insilicoFASTQ(con="", gensequence = "ABCDEFG", fraglength=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.