Bio::NEXUS::DataBlock - Represents the deprecated DATA Block in NEXUS file.
$block_object = new Bio::NEXUS::DataBlock($type,
$block, $verbose,
$taxlabels_ref);
The 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.
Don't use this block type if you can help it.
All feedback (bugs, feature enhancements, etc.) are greatly appreciated.
Thomas Hladish (tjhladish at yahoo)
Title : 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)