View source: R/ScanGeneConversion.R
ScanGeneConversion | R Documentation |
Wrapper function to scan and annotate gene conversion events
ScanGeneConversion( seqname, repertoire, functional, pseudogenes, blat_all, blat_whole, lut, gapwidth = 3 )
seqname |
character, identifier of a given sequence from |
repertoire |
A named vector of strings storing nucleotide sequences observed from a repertoire. The |
functional |
|
pseudogenes |
|
blat_all |
data.frame storing BLAT results when searching subsequences taken from |
blat_whole |
data.frame storing BLAT results when searching the full-length repertoire sequences against the pseudogene sequences. This is used to supplement pseudogene matches given in |
lut |
A |
gapwidth |
integer, the number of nucleotides that separate mismatches to be grouped together as one candidate gene conversion event. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.