adjustBroadPos | R Documentation |
This function gives the 'broad' definition of gene conversion event boundaries, i.e. the start/end coordinates given in batchConvertAnalysis
with added nucleotides corresponding to sequence stretches 5'/3' of start/end points identical between the observed repertoire sequence and the pseudogene. The output respects the same numbering scheme, respecting the imposed gaps ('.') in the input repertoire
.
adjustBroadPos(tb, repertoire)
tb |
data.frame, output from |
repertoire |
A named vector of strings storing nucleotide sequences observed from a repertoire. The |
A data.frame with these two columns added to tb
:
the position given in the start
column, padded with the number of nucleotides given in fiveprime_identical_length
.
the position given in the end
column, padded with the number of nucleotides given in threeprime_identical_length
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.