-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for LSD2 dating file import #111
Comments
It works as expected for me. If I read in a time tree inferred by IQ-TREE2, I can get the CI_date and CI_height with treeio's What does your timetree.nex file look like and what is the You also might want to try updating R and treeio to the latest version. |
Thanks for the help!
All seem good though, but when displaying the tree, some old nodes (aged ~120Mya) suddenly display values like -1.2... while other old nodes keep such "correct" values. However, I noticed that if I first open the lsd-produced tree in FigTree, and resave the tree through: File < Export Trees Then reading the tree with |
Hi,
IQ-TREE added least square dating (LSD2) method to build a time tree (http://www.iqtree.org/doc/Dating). The produced dated tree (.timetree.nex file) looks a lot a BEAST timetree.
Using treeio::read.beast() does not throw any error during the import, but the object is not processed properly, as trying to immediately export the tree results in error. Additionally, most node information (CI_date, CI_height,..) is lost during the initial import.
Could you please add support for LSD2 timetree import?
Bests
The text was updated successfully, but these errors were encountered: