Skip to content

Commit

Permalink
Added citation to mtrev matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Nov 3, 2023
1 parent 538b9f9 commit ea985a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/protein/matrices.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,11 @@ func JTTMats() (dmat *mat.Dense, pi []float64) {

/*********************************************************/

// Model of amino acid substitution in proteins encoded by
// mitochondrial DNA
// Jun Adachi & Masami Hasegawa
// Mol Evol 42, 459–468 (1996)
// https://doi.org/10.1007/bf02498640
func MtREVMats() (dmat *mat.Dense, pi []float64) {
var i, j, naa int

Expand Down

0 comments on commit ea985a7

Please sign in to comment.