Description Usage Arguments Examples
generateRead
returns a list with the noisy read, the true sequence, the path, and the phred quality score.
1 2 | generateRead(seq = "ATGCGGATCG", qv = NULL, seed = NULL,
paramgphmm = initializeGphmm())
|
seq |
- character vector of true sequence. |
qv |
- integer, wanted phred quality score for the read. |
seed |
- integer, seed for reproducibility. |
paramgphmm |
- list of parameters. |
1 2 | generateRead('ACGTGCA')
generateRead('ACGTGCA', qv = 10, seed = 1416)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.