View source: R/iprSelectedPositions.R
| alignedForUnalignedAAPos | R Documentation | 
Computes the position of the unaligned character at argument position 'char.pos' in the aligned sequence of argument 'gene'.
alignedForUnalignedAAPos(gene, char.pos, msa.fasta,
  gap.char = getOption("GeneFamilies.gap.char", "-"))
gene | 
 The gene accession / ID as used in 'msa.fasta'  | 
char.pos | 
 The index of the homologous amino acid subject to selection (integer coordinate)  | 
msa.fasta | 
 The result of
  | 
gap.char | 
 The character used to identify non sequence characters in
the aligned sequences. Default is   | 
An integer; either NA if the position is a non sequence character, or the corresponding aligned position.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.