getAAGeneConversion | R Documentation |
Translate amino acid sequences for gene conversion events
getAAGeneConversion(tb, repertoire, functional)
tb |
data.frame, output from |
repertoire |
A named vector of strings storing nucleotide sequences observed from a repertoire. The |
functional |
character, filepath to FASTA file containing DNA sequence(s) of the functional V gene allele(s). |
A data.frame with these columns added to tb
:
(Amino acid sequence of the region between start
and end
, from the functional germline allele.
Amino acid sequence of the region between start
and end
, from the observed sequence sampled in the repertoire data.
Amino acid sequence of the region between start
and end
plus the flanking stretches given by fiveprime_identical_length
and threeprime_identical_length
, from the functional germline allele.
(Amino acid sequence of the region between start
and end
plus the flanking stretches given by fiveprime_identical_length
and threeprime_identical_length
, from the observed sequence sampled in the repertoire data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.