-
Notifications
You must be signed in to change notification settings - Fork 17
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
node.age error in ses.pd function #36
Comments
Hi, can you provide a reproducible example (that can be run directly within R console to troubleshoot)? |
I'm having the same problem. Did you solve it? |
Sorry, I missed the followup question back in November. Ultimately I ended up running the script on a remote high-power computing cluster and it worked, but no luck when running directly in desktop RStudio. |
Hi, thanks for the followup, I am still unable to replicate this locally to help troubleshoot, could you please send the phylo and community objects you're using to get this error message? You can send them by direct message/email, or in this issue report thread as file attachments. |
I'm periodically running into an error when attempting to run ses.pd() on a large community matrix. The error reads: "function node.age only works with a rooted phylo object." However, my tree object is a rooted, ultrametric tree of 'phylo' class (is.rooted() and is.ultrametric() both return TRUE). Also, I'm having no trouble running pd() using the same 'phylo' tree object. Any insights into what might be going on?
The function I'm running is as follows:
Here, the samp object is a matrix with 25000 rows and 295 columns; the tree object is a phylogenetic tree with 297 tips, which is rooted and has branch lengths retained.
Please let me know also if more information is needed to help. Thank you very much for your help.
The text was updated successfully, but these errors were encountered: