|
NAMEBio::MAGETAB::Util::Writer::GraphViz - Visualization of MAGE-TAB objects. SYNOPSIS use Bio::MAGETAB::Util::Writer::GraphViz;
my $graphviz = Bio::MAGETAB::Util::Writer::GraphViz->new({
sdrfs => \@sdrfs,
font => 'luxisr',
});
my $image = $graphviz->draw();
print $fh $image->as_png();
DESCRIPTIONThis is a simple visualization class for MAGE-TAB objects. Given a list of Bio::MAGETAB::SDRF objects and a filehandle, it will return a GraphViz object which can then be written to file in a number of formats. ATTRIBUTES
METHODS
SEE ALSOBio::MAGETAB::SDRF, GraphViz AUTHORTim F. Rayner <tfrayner@gmail.com> LICENSEThis library is released under version 2 of the GNU General Public License (GPL).
|