Description Usage Arguments Examples
computegphmm
returns GPHMM log probability for a read and a reference sequence.
1 2 | computegphmm(read, ref, parameters = initializeGphmm(), qv = 20,
output = "long")
|
read |
- chr str. |
ref |
- chr str. |
parameters |
- list of GPHMM parameters, can be created by initializeGphmm(). |
qv |
- float, quality value, default is 20. |
output |
- if 'long', output is a list with path, read, ref and log GPHMM proba, else output is just the log GPHMM proba. |
1 2 | computegphmm('TAGC', 'AAG')
computegphmm('TAGC', 'AAG', qv = 30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.