25/02/2009
Added New selection/annotation features, transparent PNGs, region highlights...
This first examples illustrates the most basic usage of the Applet, which is to display a structure/sequence,
along with a title.
Important: You should set the codebase to be whichever directory your downloaded
JAR file VARNAApplet.jar resides.
<applet code="VARNA.class" codebase="bin" archive="VARNA.jar" width="250" height="250"> <param name="sequenceDBN" value="GGGGCCAAUAUGGCCAUCC" /> <param name="structureDBN" value="((((((.....))))..))" /> <param name="title" value="Hello RNA world!" /> </applet> |
Previous page: Specifications
Next page: Downloads