Smitable is a set of Perl functions used to produce an HTML table from an input set of TDTs, SMILES, SMARTS or Molfiles. It produces <TD> elements containing
Details:
$table = smitable ($type, $ncols, $IN, \@smiles, $width, $height) Returns <TR> and <TD> elements of an HTML table containing $widthX$height depictions of SMILES contained in file $IN and/or in array $smiles (passed as \@smiles array reference). The table will have $ncols columns and as many rows as required to eat up all the SMILES. $type is "daysmi2gif", "marvin". $table = make_table ($type, $ncols, \@smiles, $width, $height) Returns <TR> and <TD> elements of an HTML table containing $widthX$height depictions of SMILES contained in array @smiles. The table will have $ncols columns and as many rows as required to eat up all the SMILES. $type is "daysmi2gif", "marvin". $element = depictor ($smi, $type, $type, $width, $height) Returns an <IMG> or <APPLET> HTML element depdending on $type. $type is "daysmi2gif", "marvin".