Re: module Bio::TreeIO
lskatz <[email protected]> Mon, 9 May 2016 11:47:44 -0700 (MST)
| Newsgroups | gmane.comp.lang.perl.bio.general |
|---|---|
| Message-ID | <[email protected]> |
I'm rehashing this old topic because it seems like the most relevant to my question. After making a tree from a distance matrix, how would I calculate bootstrap values? I have been shown that it can be done in R, but I would want a pure-perl method because the rest of my code revolves around BioPerl. http://www.inside-r.org/packages/cran/ape/docs/boot.phylo I think that I can use Bio::Tree::Statistics to make 100 trees and then combine them with e.g., However, I would be making my own version of random or jack knifed trees and it wouldn't be as well validated as something centralized. Before I go down this road... is there any kind of standardized method in BioPerl for making bootstrap values from a distance matrix? Or if not, does anyone have a suggestion on how to make the 100 trees from the matrix? -- View this message in context: http://bioperl.996286.n3.nabble.com/Re-module-Bio-TreeIO-tp12257p17850.html Sent from the Bioperl-L mailing list archive at Nabble.com.