Replies: 1 comment
-
It's a bit tricky, as the results in that file include all of the internal nodes in the tree as well as the tips. You can see the ID's that were assigned in the tree in the results.txt file, so you would have to match those numbers up to the species. The good news is that if you load the tree in using R's ape package, the ID's that are assigned should be the same as the ones CAFE assigns. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Firstly thanks for making this great tool
I ran cafe5 with the below script
cafe5 -i Orthogroups.GeneCount.formatted.tsv -t SpeciesTree_rooted_node_labels_ultrametric-ape.txt
I want to annotate a tree with the cafe5 output, specifically the increase and decrease values from
Base_clade_results.txt
. However the nodes inBase_clade_results.txt
don't match the nodes in my input species tree - how do I match these up? You can see below the nodes in my tree go upto N30, whereas inBase_clade_results.txt
the nodes go much higher. I know you have the helper script which produces an annotated .png but I would rather do this myself in R.Thanks
Lily
Beta Was this translation helpful? Give feedback.
All reactions