amkozlov/raxml-ng

Substitution rates

Closed this issue · 3 comments

Dear @amkozlov,

What is the Substitution rates for each value?

Substitution rates (ML): 0.077246 0.706620 0.177535 0.293354 2.188834 1.000000

And what is the rates?
weights&rates: (0.250000,0.000000) (0.250000,0.000000) (0.250000,0.000001) (0.250000,3.999999)

The rates define upper triangle of the substitution matrix, e.g. for GTR the order is A-C, A-G, A-T, C-G, C-T, G-T.

Please see here for more details:
https://github.com/amkozlov/raxml-ng/wiki/Input-data#evolutionary-model

Thanks.