Open thestarocean opened 1 year ago
There is a function FindBestRep
in PhylExR
package. You just have to specify the root directory containing each of the chains.
Thank you very much for your help. It seems that joint tree0 from selected chain is the final result since the code stated that:
datum2node <- read. Table(paste(chain_path, "/joint/tree0/datum2node.tsv"
Is that correct?
That is correct. tree0/
contains the corresponds to the tree with the highest likelihood.
After running Phylex, there seem to be multiple chain folders, each having several joint trees. How do we determine which of the trees as the final results? Or there is additional step to merge these results?