arborworkflows / aRbor

aRbor, an R package with useful functions for Arbor workflows
5 stars 3 forks source link

auto-check for singleton nodes #41

Open bobthacker opened 9 years ago

bobthacker commented 9 years ago

Users continue to attempt to input trees with singleton nodes. R can read these by: using package(phytools) read.newick, followed by collapse.singles, then write.tree to get a plain newick tree

a check for is.binary.tree, followed by multi2di() is a related issue