| alignCDSWithAlignedAASeq | R Documentation | 
Uses an amino acid multiple sequence alignment to guide the alignment of codon sequence 'cds'.
alignCDSWithAlignedAASeq(cds, aligned.aa.seq, aa.gap = "-",
  codon.gap = "---")
'cds' | 
 a String representing the codon sequence to align.  | 
'aligned.aa.seq' | 
 a String representing the aligned amino acid sequence.  | 
'aa.gap' | 
 the string used to represent a gap in the aligned AA sequence  | 
'codon.gap' | 
 the string used to represent a gap in the aligned codon sequence  | 
A String representing the aligned codon sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.