From 35738b40f315d0f619116f4e0b23e9a8ebf141d2 Mon Sep 17 00:00:00 2001
From: Jim Procter
Date: Fri, 23 Sep 2016 15:13:24 +0100
Subject: [PATCH] =?utf8?q?JAL-2214=20fix=20docs=20(consistent=20and=20correc?=
=?utf8?q?t=20base=20pair=20terminology)=20and=20link=20to=20=E2=80=98sequen?=
=?utf8?q?ce=20logo=E2=80=99=20docs=20for=20strucConsensus=20logo=E2=80=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
---
help/html/calculations/consensus.html | 2 +-
help/html/calculations/structureconsensus.html | 50 ++++++++++++------------
src/jalview/analysis/Rna.java | 8 ++--
3 files changed, 31 insertions(+), 29 deletions(-)
diff --git a/help/html/calculations/consensus.html b/help/html/calculations/consensus.html
index c870887..2ade2e0 100644
--- a/help/html/calculations/consensus.html
+++ b/help/html/calculations/consensus.html
@@ -43,7 +43,7 @@
entry from the consensus annotation label to copy the alignment's
consensus sequence to the clipboard.
- Sequence logo
+ Sequence logo
By clicking on the label you can also activate the sequence logo. It
indicates the relative amount of residues per column which can be
diff --git a/help/html/calculations/structureconsensus.html b/help/html/calculations/structureconsensus.html
index 756e6e9..c194a53 100755
--- a/help/html/calculations/structureconsensus.html
+++ b/help/html/calculations/structureconsensus.html
@@ -27,35 +27,37 @@
Alignment RNA Structure Consensus Annotation
- The RNA structure consensus displayed below the alignment gives
- the percentage of valid base pairs per column for the first
- secondary structure annotation shown on the annotation panel. The
- symbol below each histogram indicates whether the majority of base
- pairs are:
-
- - '(' - Watson-Crick (A:C, G:T)
- - '[' - Canonical Pairs (A:C, G:U, A:U)
- - '{' - Invalid Pairs (the rest)
+ The RNA structure consensus displayed below the alignment gives the
+ percentage of valid base pairs per column for the first secondary
+ structure annotation shown on the annotation panel. These values are
+ shown as a histogram labeled "StrucConsensus", where a
+ symbol below each bar indicates whether the majority of base pairs
+ are:
+ - '(' - Watson-Crick (C:G, A:U/T)
+ - '[' - Non-canonical (a.ka. wobble) (G:U/T)
+ - '{' - Invalid (a.k.a. tertiary) (the rest)
- Mousing over the column gives the fraction of pairs classified as Watson-Crick, Canonical or Invalid.
-
-By default
+
Mousing over the column gives the fraction of pairs classified
+ as Watson-Crick, Canonical or Invalid.
+
+ By default
this calculation includes gaps in columns. You can choose to ignore
gaps in the calculation by right clicking on the label
- "StrConsensus" to the left of the structure consensus bar
+ "StrucConsensus" to the left of the structure consensus bar
chart.
+
- Structure logo
-
- Right-clicking on the label allows you to enable the structure logo.
- It is very similar to a sequence logo but instead shows the
- distribution of base pairs. There are two residues per column, the
- actual column and the interacting base. The opening bracket is always
- the one on the left side.
-
Like sequence logos the relative amount of a specific base pair
- can be estimated by its size in the logo. When the logo is displayed,
- the tool tip of a column gives the exact numbers for all occurring
- valid base pairs.
+ RNA Structure logo
Right-clicking on the
+ label allows you to enable the structure logo. It is very similar to
+ a sequence logo but instead shows the distribution of base pairs.
+ There are two residues per column, the actual column and the
+ interacting base. The opening bracket is always the one on the left
+ side.
Like sequence
+ logos, the relative amount of a specific base pair can be
+ estimated by its size in the logo, and this can be made more obvious
+ by normalising the logo (enabled via the popup menu). When
+ the logo is displayed, the tool tip for a column gives the exact
+ percentages for all base pairs at that position.