Planarized

Recent changes in Java security policy might prevent you from running VARNA.
Check out this page for details and ways to solve the problem.

Extracting maximal non-crossing subset: The planarized example
Java Get Powered

Upon loading a pseudoknotted secondary structure, a maximal non-crossing subset of base pairs is extracted and drawn using current algorithm. Remaining base-pairs are drawn in a second-pass, but do not change the coordinates inferred during the initial layout.

Note to Firefox users: Certain versions of Firefox may be confused by self-signed certificates, and silently prevent the applet from running. If the frame above shows up empty, then try reloading the page.

<applet  code="VARNA.class"
	codebase="bin"
	archive="VARNA.jar"
	<param name="rows"  value="1" />
	<param name="columns" value="2" />
	<param name="sequenceDBN1" value=
	  "GGGGGGAGGAAACCAAGGGGAAAGGGCCCCACCCCCCAAAAAAGGGGGGCCCAACCCCCC" />
	<param name="structureDBN1" value=
	  "((((((.((...))..((((...[[[)))).))))))......((((((]]]..))))))" />
	<param name="algorithm1" value="circular" />
	<param name="algorithm2" value="radiate" />
	<param name="title1" value="Circular repr." />
	<param name="flat2" value="true" />
	<param name="title2" value="Planarization" />
	</applet>

Previous page: Load from URL
Next page: Base Styles