View source: R/getEditDistance.R
getEditDistance | R Documentation |
Function to calculate Levenshtein distance between defined sequence stretches of two longer sequences.
getEditDistance(hits, query, subject, method = "levenshtein")
hits |
data.frame storing potential hits (donor pseudogenes) that explain a given gene conversion event. Each row corresponds to one definition using a given pseudogene. The boundaries of the pseudogene sequence and the observed repertorie sequence are given. |
query |
character, the full-length V gene sequence of the observed repertoire sequence for which gene conversion events are annotated. |
subject |
|
method |
the method used to calculate string distances (default: "levenshtein") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.