[Bioperl-guts-l] [14810] bioperl-live/trunk/Bio/TreeIO/phyloxml.pm: phyloxml documentation
miraceti at dev.open-bio.org
miraceti at dev.open-bio.org
Mon Aug 18 02:45:29 EDT 2008
Revision: 14810
Author: miraceti
Date: 2008-08-18 02:45:29 -0400 (Mon, 18 Aug 2008)
Log Message:
-----------
phyloxml documentation
Modified Paths:
--------------
bioperl-live/trunk/Bio/TreeIO/phyloxml.pm
Modified: bioperl-live/trunk/Bio/TreeIO/phyloxml.pm
===================================================================
--- bioperl-live/trunk/Bio/TreeIO/phyloxml.pm 2008-08-18 05:25:59 UTC (rev 14809)
+++ bioperl-live/trunk/Bio/TreeIO/phyloxml.pm 2008-08-18 06:45:29 UTC (rev 14810)
@@ -276,11 +276,14 @@
=head2 read_annotation
- Title : read_node_annotation
- Usage : $treeio->read_node_annotation(-obj=>$node, -path=>$path, -attr=>1);
+ Title : read_annotation
+ Usage : $treeio->read_annotation(-obj=>$node, -path=>$path, -attr=>1);
Function: read text value (or attribute value) of the annotations corresponding to the element path
Returns : list of text values of the annotations matching the path
- Args : Bio::Tree::AnnotatableNode object and the path of the nested elements
+ Args : -obj => object that contains the Annotation. (Bio::Tree::AnnotatableNode or Bio::SeqI)
+ -path => path of the nested elements
+ -attr => Boolean value to indicate whether to get the attribute of the element or the text value.
+ (default is 0, meaning text value is returned)
=cut
@@ -1028,7 +1031,7 @@
Usage : $annotatablenode->to_string_callback(\&node_to_string)
Function: set as callback in AnnotatableNode, prints the node information in string
Returns : string of node information
- Args :
+ Args : none
=cut
More information about the Bioperl-guts-l
mailing list