</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/plugin.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/plugin.java"/>
- <classpathentry kind="lib" path="lib/VARNAv3-8b.jar"/>
+ <classpathentry kind="lib" path="lib/VARNAv3-9.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
are two residues per column, the actual column and the interacting
base. The opening bracket is always the one on the left side.<br>
Like sequence logos the relative amount of a specific base pair can be
-estimated by it's size in the logo. The tooltip of a column gives the
-exact numbers for all occuring valid base pairs.
+estimated by it's size in the logo. The tool tip of a column gives the
+exact numbers for all occurring valid base pairs.
</p>
</body>
</html>
Structures associated with the alignment are marked by having "consensus" attached to their name. VARNA contains two different entries for consensus structures.\r
<ul>\r
<li>Consensus structure: the individual sequence folded into the consensus structure</li>\r
- <li>Trimed consensus structure: the individual sequence\r
+ <li>Trimmed consensus structure: the individual sequence\r
folded into the the gap-free consensus structure. That means all\r
columns that contained gaps in the individual sequence were\r
removed. If this breaks a base-pair the pairing is removed also.\r
<li>Highlighting bases - Move mouse over columns in the Jalview alignment panel</li>\r
</ul>\r
\r
-<p><strong>Functionality provided by Jmol</strong></p>\r
+<p><strong>Functionality provided by VARNA</strong></p>\r
<p>VARNA's own functions are accessed by right-clicking in the\r
structure display area. That will open the VARNA pop-up menu,\r
which provides access to a number of features like different draw algorithm, color highlighting or annotations. \r
</p>\r
<p><strong>More Information</strong></p>\r
-<p>VARNA is a very powerful RNA viewer on it's own. Only the\r
+<p>VARNA is a very powerful RNA viewer on its own. Only the\r
essentials have been described here - the interested reader is\r
referred to <a href="http://varna.lri.fr/usermanual.html">VARNA's own\r
comprehensive online documentation</a>.</p>\r
import fr.orsay.lri.varna.models.VARNAConfig;
import fr.orsay.lri.varna.models.annotations.HighlightRegionAnnotation;
import fr.orsay.lri.varna.models.rna.ModeleBaseNucleotide;
-import fr.orsay.lri.varna.models.rna.ModeleStyleBP;
import fr.orsay.lri.varna.models.rna.RNA;
}
@Override
-public void onLayoutChanged() {
- // TODO Auto-generated method stub
-
-}
-
-@Override
public void onUINewStructure(VARNAConfig v, RNA r) {
// TODO Auto-generated method stub
}
+@Override
+public void onStructureRedrawn()
+{
+ // TODO Auto-generated method stub
+
+}
+
+
}
// TODO Auto-generated method stub
}
+
+ @Override
+ public void onStructureRedrawn()
+ {
+ // TODO Auto-generated method stub
+
+ }
}