Skip to content
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

add read.mcmctree function #58

Merged
merged 2 commits into from
Jun 4, 2021
Merged

Conversation

xiangpin
Copy link
Member

@xiangpin xiangpin commented Jun 3, 2021

Description

a function to parse the output tree of MCMCTree was added.

Related Issue

fix #13

Example

library(treeio)
library(ggtree)
file <- system.file("extdata/MCMCTree", "mcmctree_output.tree", package="treeio")
tr <- read.mcmctree(file)
tr
p <- ggtree(tr)
p + geom_range(range="`0.95`", alpha=0.6, color="blue", size=2)

test

@GuangchuangYu GuangchuangYu merged commit 063a2bc into YuLab-SMU:master Jun 4, 2021
@xiangpin xiangpin deleted the read.mcmctree branch June 4, 2021 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Import MCMCTree Result Tree (PAML)
2 participants