View source: R/getIdenticalLength.R
getIdenticalLength | R Documentation |
Function to calculate the length of identical sequence stretch 5' or 3' of given boundaries of sequence stretches from two longer sequences.
getIdenticalLength(hits, subject, query, type)
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. |
subject |
|
query |
character, the full-length V gene sequence of the observed repertoire sequence for which gene conversion events are annotated. |
type |
character, either '5p' or '3p' denoting the direction for which the identical sequence stretches are considered. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.