View source: R/msa_set_scoreR.R
msa_set_score | R Documentation |
MSA reliability scores (Penn et al. 2010)
msa_set_score(ref, alt)
ref |
An object of class |
alt |
single MSA or list of MSAs or path to alternative files. Single
MSAs and list members should be of class |
In principle this can also be done via AlignStat::compare_alignments, but slower.
matrix containing following scores:
residue_pair_score: if one alternative MSA is supplied then the score is 1 if a residue pair was identically aligned as in the reference MSA and 0 otherwise. If more than one alternative MSA is used, then the average of the residue pair scores from all comparisons
Franz-Sebastian Krah
Penn et al. 2010. An alignment confidence score capturing robustness to guide tree uncertainty. Molecular Biology and Evolution 27:1759–1767.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.