From cb231b238443611effe9ed859f1e9d4370882f9b Mon Sep 17 00:00:00 2001
From: gmungoc
Date: Wed, 2 Sep 2015 12:10:01 +0100
Subject: [PATCH] JAL-1619 additions, standardised menu item symbols
---
help/html/features/splitView.html | 26 ++++++++++++++++++++------
1 file changed, 20 insertions(+), 6 deletions(-)
diff --git a/help/html/features/splitView.html b/help/html/features/splitView.html
index 16d6c10..5b48ec3 100644
--- a/help/html/features/splitView.html
+++ b/help/html/features/splitView.html
@@ -27,13 +27,17 @@
Coding DNA (cDNA) and its protein product can be displayed in a split view, with cDNA above and protein below. The two alignments are
linked, with these features supported:
-- mouseover or scrolling of either alignment is followed by the other (unless you turn off "View | Automatic Scrolling")
+- mouseover or scrolling of either alignment is followed by the other (unless you turn off "View→Automatic Scrolling")
- on selecting rows, columns or regions in one alignment, the corresponding selection is made in the other
-- sequence ordering in one alignment (using the cursor, or "Calculate | Sort") is also applied to the other
+- sequence ordering in one alignment (using the cursor, or "Calculate→Sort") is also applied to the other
- editing (gap insertion / deletion) in the protein alignment is reflected in the cDNA (but not vice versa)
- on "Calculate Tree" in either alignment, grouping, colouring and sorting by tree are applied to both
-- the "Format | Font" menu option has an option 'Scale protein residues to codons'; select this option to make each protein residue
+
- the "Format→Font" menu option has an option 'Scale protein residues to codons'; select this option to make each protein residue
the same width as a DNA codon (so the alignments 'line up' vertically)
+- menu option "View→Protein" (in the cDNA panel) or "View→Nucleotide" (in the protein panel) allows you to show or hide the complementary alignment
+- you can adjust panel heights by dragging the divider between them using the mouse
+- menu options "View→New View / Expand Views / Gather Views" behave as for a normal alignment window, but always create new views
+as split frames
An alignment annotation row on the protein alignment shows the cDNA consensus for each peptide column.
This consensus may reveal variation in nucleotides coding for conserved protein residues.
@@ -50,11 +54,11 @@ If more than one cDNA variant is present in the alignment, Jalview will first tr
The additional options below apply to Jalview Desktop only.
Translate as cDNA
-Menu option "Calculate | Translate as cDNA" is available for a nucleotide alignment. Selecting this option shows the DNA and its
+
Menu option "Calculate→Translate as cDNA" is available for a nucleotide alignment. Selecting this option shows the DNA and its
calculated protein product in a Split Frame view.
Get Cross-References
-Menu option "Calculate | Get Cross-References" is available for fetched sequences which have cross-references to other databases.
+
Menu option "Calculate→Get Cross-References" is available for fetched sequences which have cross-references to other databases.
On selecting protein cross-references (for a cDNA alignment), or DNA xrefs (for peptide), a Split Frame view is opened showing cDNA and peptide.
Realign a Split View
@@ -68,7 +72,17 @@ Split Frame.
-
+
+Applet
+To see a split frame view in the Jalview applet, provide these applet parameters:
+
+Parameter | Value | Description |
+
---|
file | path to an alignment file | a cDNA (or protein) alignment |
+
file | path to an alignment file | a protein (or cDNA) alignment |
+
enableSplitFrame | true | to enable the Split Frame feature |
+
+If compatible sequences are present in the input alignments, Jalview will open a Split Frame view.
+If not, only the first alignment will be opened (an error message is written to the Java console).
Split Frame Views were introduced in Jalview 2.9