From 9ab079df59d26265235ed8bd9f24f0a127797a0a Mon Sep 17 00:00:00 2001 From: Lee Katz Date: Tue, 10 May 2016 11:39:54 -0400 Subject: [PATCH] Updated assess_bootstrap documentation * added a missing parameter `$guide_tree` in usage * added guide tree in `Args` --- Bio/Tree/Statistics.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Bio/Tree/Statistics.pm b/Bio/Tree/Statistics.pm index eb77a69e1..784b782da 100644 --- a/Bio/Tree/Statistics.pm +++ b/Bio/Tree/Statistics.pm @@ -93,10 +93,12 @@ use base qw(Bio::Root::Root); =head2 assess_bootstrap Title : assess_bootstrap - Usage : my $tree_with_bs = $stats->assess_bootstrap(\@bs_trees); - Function: Calculates the bootstrap for internal nodes based on + Usage : my $tree_with_bs = $stats->assess_bootstrap(\@bs_trees,$guide_tree); + Function: Calculates the bootstrap for internal nodes based on the percentage + of times \@bs_trees agree with each internal node Returns : L Args : Arrayref of Ls + Guide tree, Ls =cut -- 2.11.4.GIT