getNarrowCDNA | R Documentation |
Give 'narrow' cDNA sequence of gene conversion events in the observed and the germline sequences.
getNarrowCDNA(start, end, start_c, end_c, seq_id, repertoire, seq)
start |
numeric, start point of gene conversion event. (column |
end |
numeric, end point of gene conversion event. (column |
start_c |
numeric, position in the codon (i.e. 1, 2, or 3) for the start point of gene conversion event. |
end_c |
numeric, position in the codon (i.e. 1, 2, or 3) for the end point of gene conversion event. |
seq_id |
character, identifier for the sequence of interest. i.e. the relevant entry in the |
repertoire |
A named vector of strings storing nucleotide sequences observed from a repertoire. The |
seq |
character, an ungapped DNA sequence of the functional allele. |
A vector with two characters. The first item corresponds to the cDNA sequence corresponding to the location of the annotated gene conversion event, taken from functional
. The second item corresponds to the cDNA sequence at the location of the gene conversion event, observed for the given seq_id
in repertoire
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.