![]() |
![]()
| ![]() |
![]()
NAMEBio::NEXUS::DataBlock - Represents the deprecated DATA Block in NEXUS file. SYNOPSIS$block_object = new Bio::NEXUS::DataBlock($type, $block, $verbose, $taxlabels_ref); DESCRIPTIONThe DataBlock class represents the deprecated Data Block in a NEXUS file. Data Blocks are still used by some prominent programs, unfortunately, although they are essentially the same as a Characters Block and a Taxa Block combined. Data Blocks may be used as input, but are not output by the NEXPL library. For more information on Data Blocks, see the Characters Block documentation. COMMENTSDon't use this block type if you can help it. FEEDBACKAll feedback (bugs, feature enhancements, etc.) are greatly appreciated. AUTHORSThomas Hladish (tjhladish at yahoo) VERSION$Revision: 1.13 $ METHODSnewTitle : new Usage : block_object = new Bio::NEXUS::CharactersBlock($block_type, $block, $verbose, $taxa); Function: Creates a new Bio::NEXUS::CharactersBlock object Returns : Bio::NEXUS::CharactersBlock object Args : verbose flag (0 or 1), type (string) and the block to parse (string)
|