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

ConvertPhyAndFlowToPhygraph failing #16

Closed
bomeara opened this issue Jul 30, 2018 · 1 comment
Closed

ConvertPhyAndFlowToPhygraph failing #16

bomeara opened this issue Jul 30, 2018 · 1 comment
Assignees
Labels

Comments

@bomeara
Copy link
Owner

bomeara commented Jul 30, 2018

data("nicotiana")
  p <- BMhyb:::ConvertPhyAndFlowToPhygraph(nicotiana$phy, nicotiana$flow)

Creates an object that looks right, but when plotting causes R to abort. Probably something to do with the numbering or ordering of the p$edge object.

plot(ConvertEvonetToIgraphWithNodeNumbers(p), vertex.shape="none")

works but the resulting object looks like the flow is all running the wrong way: out of taxon 1, for example.

@bomeara
Copy link
Owner Author

bomeara commented Aug 6, 2018

Fixed now

@bomeara bomeara closed this as completed Aug 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants