--
You received this message because you are subscribed to the Google Groups "ggtree" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bioc-ggtree+unsubscribe@googlegroups.com.
To post to this group, send email to bioc-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bioc-ggtree/2359a8a6-b59d-4573-8c3e-f9f533c9b661%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
So you couldn’t expect it to work since you are using different tree files.
Actually, when you export the tree to nwk format, you lost all the evolution inferences.
MrBayes output is supported in devel branch of ggtree, but in current release version.
If you are using ggtree 1.6.X branch, you can open your tree in Figtree and save it in tre file (actually Nexus format). Figtree will convert it to BEAST NEXUS format, and then you can parse the tree into R using read.beast.
If you are using ggtree 1.7.X branch, MrBayes is supported. You can also use read.beast, which was extended to support MrBayes.
--