![]() |
![]()
| ![]() |
![]()
NAMEBio::NEXUS::HistoryBlock - Represents a HISTORY block of a NEXUS file SYNOPSIS$block_object = new Bio::NEXUS::HistoryBlock('history', $block, $verbose); DESCRIPTIONThis is a class representing a history block in NEXUS file FEEDBACKAll feedback (bugs, feature enhancements, etc.) are greatly appreciated. AUTHORSChengzhi Liang (liangc@umbi.umd.edu) Justin Reese Tom Hladish (tjhladish at yahoo) VERSION$Revision: 1.28 $ METHODSnewTitle : new Usage : block_object = new Bio::NEXUS::HistoryBlock($block_type, $commands, $verbose); Function: Creates a new Bio::NEXUS::HistoryBlock object Returns : Bio::NEXUS::HistoryBlock object Args : type (string), the commands/comments to parse (array ref), and a verbose flag (0 or 1; optional) Comments: equalsName : equals Usage : $block->equals($another); Function: compare if two Block objects are equal Returns : boolean Args : a Block object rename_otusName : rename_otus Usage : $nexus->rename_otus(\%translation); Function: rename all OTUs Returns : a new nexus object with new OTU names Args : a ref to hash based on OTU name pairs add_otu_cloneTitle : add_otu_clone Usage : ... Function: ... Returns : ... Args : ...
|