View source: R/get_aa_transition_matrix.R
get_aa_transition_matrix | R Documentation |
From Dang, Cuong Cao, et al. "FLU, an amino acid substitution model for influenza proteins." BMC evolutionary biology 10.1 (2010): 99.
get_aa_transition_matrix(transition_matrix_name)
transition_matrix_name |
the name of an amino acid transition matrix,
for example, |
File downloaded from
ftp://ftp.sanger.ac.uk/pub/1000genomes/lsq/FLU/Flu_All_it2.txt_PAML.txt
As can be seen in https://github.com/stephaneguindon/phyml/blob/master/src/io.c#L3188, the column names are Ala Arg Asn Asp Cys Gln Glu Gly His Ile Leu
Lys Met Phe Pro Ser Thr Trp Tyr Val
a tibble, with column names equal to the uppercase amino acid name
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.