| getBroadCDNA | R Documentation |
Give 'broad' cDNA sequence of gene conversion events in the observed and the germline sequences.
getBroadCDNA( soft_start, start, soft_end, end, start_c, end_c, seq_id, repertoire, seq )
soft_start |
numeric, start point of gene conversion event padded with the 5' identical sequence stretch. (column |
start |
numeric, start point of gene conversion event. (column |
soft_end |
numeric, end point of gene conversion event padded with the 3' identical sequence stretch. (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 'broad' definition of the annotated gene conversion event, taken from functional. The second item corresponds to the cDNA sequence for the 'broad' definition 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.