Description Usage Arguments Value References Examples
The function calculates the distance between two barcodes.
The user may choose one of several distance metrics ("hamming"
, "seqlev"
,
"levenshtein"
, "phaseshift"
).
1 |
sequence1 |
The first sequence (a string) |
sequence2 |
The second sequence (a string) |
metric |
The distance metric which should be calculated. |
cost_sub |
The cost weight given to a substitution. |
cost_indel |
The cost weight given to insertions and deletions. |
The distance between the two sequences.
Buschmann, T. and Bystrykh, L. V. (2013) Levenshtein error-correcting barcodes for multiplexed DNA sequencing. BMC bioinformatics, 14(1), 272. Available from http://www.biomedcentral.com/1471-2105/14/272.
Levenshtein, V. I. (1966). Binary codes capable of correcting deletions, insertions and reversals. In Soviet physics doklady (Vol. 10, p. 707).
Hamming, R. W. (1950). Error detecting and error correcting codes. Bell System technical journal, 29(2), 147-160.
1 2 |
Loading required package: Matrix
Loading required package: parallel
[1] 4
[1] 3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.