ORDERED morphological model with user-supplied rates and state freqs #201
Replies: 1 comment
-
|
From the code: iqtree2/model/modelmorphology.cpp Line 37 in c8be3c3 It looks like yes, IQ-TREE can read custom rates from a file, just like for DNA/AA/codon models. you can try something like: A |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am working with ordered morphological data for which I have known substitution rates. I did not see in the documentation if I can provide these rates to the ordered model similar to GTR{a,b,c}, or if there is an API similar to the user-supplied protein and DNA models. There was a similar question asked on the old google forum (https://groups.google.com/g/iqtree/c/OnW4kDcJxTM/m/ZgqSRyA_CgAJ, 2017).
Has this been implemented? If not, would my best option be to make my own subclass of
ModelMorphologywith custom rates?Any guidance is appreciated. Many thanks,
AL
Beta Was this translation helpful? Give feedback.
All reactions