From 6fa9683bef52d6709abb81840681e4fa452cafe7 Mon Sep 17 00:00:00 2001 From: amwaterhouse Date: Mon, 21 Feb 2005 16:59:02 +0000 Subject: [PATCH] Updated help pages --- help/help.jhm | 45 ++-- help/helpIndex.xml | 19 +- help/helpTOC.xml | 37 +++- help/html/calculations/conservation.html | 5 + help/html/calculations/pairwise.html | 5 + help/html/calculations/pca.html | 6 + help/html/calculations/redundancy.html | 5 + help/html/calculations/tree.html | 6 + help/html/colourSchemes/abovePID.html | 20 ++ help/html/colourSchemes/blosum.html | 20 ++ help/html/colourSchemes/buried.html | 52 +++++ help/html/colourSchemes/clustal.html | 52 +++++ help/html/colourSchemes/colourSchemes.html | 99 +++++---- help/html/colourSchemes/conservation.html | 24 +++ help/html/colourSchemes/helix.html | 52 +++++ help/html/colourSchemes/hydrophobic.html | 55 +++++ help/html/colourSchemes/index.html | 21 ++ help/html/colourSchemes/nucleotide.html | 25 +++ help/html/colourSchemes/pid.html | 33 +++ help/html/colourSchemes/strand.html | 52 +++++ help/html/colourSchemes/taylor.html | 51 +++++ help/html/colourSchemes/turn.html | 52 +++++ help/html/colourSchemes/user.html | 11 + help/html/colourSchemes/zappo.html | 50 +++++ help/html/editing/index.html | 32 +++ help/html/features/overview.html | 12 ++ help/html/features/search.html | 71 ++++++ help/html/features/seqfeatures.html | 21 ++ help/html/features/wrap.html | 322 ++++++++++++++++++++++++++++ help/html/images/overview.gif | Bin 0 -> 10356 bytes help/html/index.html | 19 +- help/html/io/index.html | 24 +++ help/html/menus/calculateMenu.html | 165 -------------- help/html/misc/aminoAcids.html | 51 +++-- help/html/misc/geneticCode.html | 21 +- help/html/start.html | 7 + help/html/webServices/clustal.html | 5 + help/html/webServices/index.html | 6 + help/html/whatsNew.html | 9 + help/html/whatsNew/index.html | 11 + 40 files changed, 1279 insertions(+), 294 deletions(-) create mode 100755 help/html/calculations/conservation.html create mode 100755 help/html/calculations/pairwise.html create mode 100755 help/html/calculations/pca.html create mode 100755 help/html/calculations/redundancy.html create mode 100755 help/html/calculations/tree.html create mode 100755 help/html/colourSchemes/abovePID.html create mode 100755 help/html/colourSchemes/blosum.html create mode 100755 help/html/colourSchemes/buried.html create mode 100755 help/html/colourSchemes/clustal.html create mode 100755 help/html/colourSchemes/conservation.html create mode 100755 help/html/colourSchemes/helix.html create mode 100755 help/html/colourSchemes/hydrophobic.html create mode 100755 help/html/colourSchemes/index.html create mode 100755 help/html/colourSchemes/nucleotide.html create mode 100755 help/html/colourSchemes/pid.html create mode 100755 help/html/colourSchemes/strand.html create mode 100755 help/html/colourSchemes/taylor.html create mode 100755 help/html/colourSchemes/turn.html create mode 100755 help/html/colourSchemes/user.html create mode 100755 help/html/colourSchemes/zappo.html create mode 100755 help/html/editing/index.html create mode 100755 help/html/features/overview.html create mode 100755 help/html/features/search.html create mode 100755 help/html/features/seqfeatures.html create mode 100755 help/html/features/wrap.html create mode 100755 help/html/images/overview.gif create mode 100755 help/html/io/index.html delete mode 100755 help/html/menus/calculateMenu.html create mode 100755 help/html/start.html create mode 100755 help/html/webServices/clustal.html create mode 100755 help/html/webServices/index.html create mode 100755 help/html/whatsNew.html create mode 100755 help/html/whatsNew/index.html diff --git a/help/help.jhm b/help/help.jhm index 363ee88..627a8c0 100755 --- a/help/help.jhm +++ b/help/help.jhm @@ -2,20 +2,41 @@ + - + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/help/helpIndex.xml b/help/helpIndex.xml index 7d62840..d38cad8 100755 --- a/help/helpIndex.xml +++ b/help/helpIndex.xml @@ -1,13 +1,16 @@ - - - - - - - - + + + + + + + + + + + diff --git a/help/helpTOC.xml b/help/helpTOC.xml index c49436d..38fe9da 100755 --- a/help/helpTOC.xml +++ b/help/helpTOC.xml @@ -1,12 +1,21 @@ - - - - - - + + + + + + + + + + + + + + + @@ -16,12 +25,20 @@ - + + + + + + + + + + + - - - + diff --git a/help/html/calculations/conservation.html b/help/html/calculations/conservation.html new file mode 100755 index 0000000..8c17f68 --- /dev/null +++ b/help/html/calculations/conservation.html @@ -0,0 +1,5 @@ + + +

Conservation

+ + diff --git a/help/html/calculations/pairwise.html b/help/html/calculations/pairwise.html new file mode 100755 index 0000000..4ad69ca --- /dev/null +++ b/help/html/calculations/pairwise.html @@ -0,0 +1,5 @@ + + +Tree + + diff --git a/help/html/calculations/pca.html b/help/html/calculations/pca.html new file mode 100755 index 0000000..5f67fc2 --- /dev/null +++ b/help/html/calculations/pca.html @@ -0,0 +1,6 @@ + + + +

pca

+ + diff --git a/help/html/calculations/redundancy.html b/help/html/calculations/redundancy.html new file mode 100755 index 0000000..0e07e65 --- /dev/null +++ b/help/html/calculations/redundancy.html @@ -0,0 +1,5 @@ + + +tree + + diff --git a/help/html/calculations/tree.html b/help/html/calculations/tree.html new file mode 100755 index 0000000..3d62766 --- /dev/null +++ b/help/html/calculations/tree.html @@ -0,0 +1,6 @@ + + + +tree + + diff --git a/help/html/colourSchemes/abovePID.html b/help/html/colourSchemes/abovePID.html new file mode 100755 index 0000000..5f10c75 --- /dev/null +++ b/help/html/colourSchemes/abovePID.html @@ -0,0 +1,20 @@ + + + + + + +

Colouring above a percentage identity threshold

+

Selecting this option causes the colour scheme to be applied to only those + residues that occur in that column more than a certain percentage of the time. + For instance selecting the threshold to be 100 will only colour those columns + with 100 % identity. This threshold option can be applied to the Zappo, Taylor, + Hydrophobicity and User colour schemes.

+ + diff --git a/help/html/colourSchemes/blosum.html b/help/html/colourSchemes/blosum.html new file mode 100755 index 0000000..d08f977 --- /dev/null +++ b/help/html/colourSchemes/blosum.html @@ -0,0 +1,20 @@ + + + + + + + +

Blosum62

+

Gaps are coloured white. If a residue matchs the consensus sequence residue + at that position it is colored dark blue. If it does not match the consensus + residue but the 2 residues have a positive Blosum62 score, it is colored light + blue.

+ + diff --git a/help/html/colourSchemes/buried.html b/help/html/colourSchemes/buried.html new file mode 100755 index 0000000..4e3933e --- /dev/null +++ b/help/html/colourSchemes/buried.html @@ -0,0 +1,52 @@ + + + + + + +

Buried index

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CIVLF
MGAWX
SHTPY
NBDQZ
ERK
+
+ + diff --git a/help/html/colourSchemes/clustal.html b/help/html/colourSchemes/clustal.html new file mode 100755 index 0000000..488f745 --- /dev/null +++ b/help/html/colourSchemes/clustal.html @@ -0,0 +1,52 @@ + + + + + + +

Clustal X

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NGPBD
SCYKX
QWTRH
ZEAFM
LVI
+
+ + diff --git a/help/html/colourSchemes/colourSchemes.html b/help/html/colourSchemes/colourSchemes.html index 4264d38..69cef46 100755 --- a/help/html/colourSchemes/colourSchemes.html +++ b/help/html/colourSchemes/colourSchemes.html @@ -1,8 +1,5 @@ - -Untitled Document - + + + +

Helix Propensity

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EMAZL
KFQIW
VDXHR
BTSCY
NGP
+
+ + diff --git a/help/html/colourSchemes/hydrophobic.html b/help/html/colourSchemes/hydrophobic.html new file mode 100755 index 0000000..d49e49b --- /dev/null +++ b/help/html/colourSchemes/hydrophobic.html @@ -0,0 +1,55 @@ + + + + + + +

Hydrophobicity

+

According to the hydrophobicity table of Kyte, J., and Doolittle, R.F., J. + Mol. Biol. 1157, 105-132, 1982. The most hydrophobic residues according to this + table are coloured red and the most hydrophilic ones are coloured blue.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IVLFC
MAGXT
SWYPH
EZQDB
NKR
+
+ + diff --git a/help/html/colourSchemes/index.html b/help/html/colourSchemes/index.html new file mode 100755 index 0000000..e5a9299 --- /dev/null +++ b/help/html/colourSchemes/index.html @@ -0,0 +1,21 @@ + + + +

Colour schemes

+

Jalview allows the user to set a background colour for the whole alignment + and also set the colour of defined groups within the alignment.

+

To change the background colour, simply select the colour from the "Colour" + menu.

+

To change the colour of a group, right click on any residue within a group + and use the popup menu to define the group colour.

+

At the top of the "Colour" menu the tick box "Apply Background + Colour to all groups". This is automatically ticked as default and means + the chosen colour will be applied to all existing groups. If you wish to maintain + the colour scheme for defined groups, make sure you deselect this option before + changing the background colour.

+

 

+

 

+

 

+

 

+ + diff --git a/help/html/colourSchemes/nucleotide.html b/help/html/colourSchemes/nucleotide.html new file mode 100755 index 0000000..5f4d47b --- /dev/null +++ b/help/html/colourSchemes/nucleotide.html @@ -0,0 +1,25 @@ + + + + + + +

Nucleotide Colours

+
+ + + + + + + +
ACGT
+
+ + diff --git a/help/html/colourSchemes/pid.html b/help/html/colourSchemes/pid.html new file mode 100755 index 0000000..7eb3af7 --- /dev/null +++ b/help/html/colourSchemes/pid.html @@ -0,0 +1,33 @@ + + + + + + +

PID Colours
+
+ The PID option colours the residues (boxes and/or text) according to the percentage + of the residues in each column that agree with the consensus sequence. Only + the residues that agree with the consensus residue for each column are coloured.

+ + + + + + + + + + + + + +
> 80 %
> 60 %
> 40%
< 40%
+ + diff --git a/help/html/colourSchemes/strand.html b/help/html/colourSchemes/strand.html new file mode 100755 index 0000000..7efe618 --- /dev/null +++ b/help/html/colourSchemes/strand.html @@ -0,0 +1,52 @@ + + + + + + +

Strand propensity

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VIYFW
LTCQM
XRNHA
SGZKB
PDE
+
+ + diff --git a/help/html/colourSchemes/taylor.html b/help/html/colourSchemes/taylor.html new file mode 100755 index 0000000..f7f0302 --- /dev/null +++ b/help/html/colourSchemes/taylor.html @@ -0,0 +1,51 @@ + + + + + + +

Taylor

+

These colours were invented by Willie Taylor and an entertaining description + of their birth can be found in Protein Engineering, Vol 10 , 743-746 (1997)

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AVIL
MFYW
HRKN
QEDS
TGPC
+
+ + diff --git a/help/html/colourSchemes/turn.html b/help/html/colourSchemes/turn.html new file mode 100755 index 0000000..b171e08 --- /dev/null +++ b/help/html/colourSchemes/turn.html @@ -0,0 +1,52 @@ + + + + + + +

Turn propensity

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NGPBD
SCYKX
QWTRH
ZEAFM
LVI
+
+ + diff --git a/help/html/colourSchemes/user.html b/help/html/colourSchemes/user.html new file mode 100755 index 0000000..2021a64 --- /dev/null +++ b/help/html/colourSchemes/user.html @@ -0,0 +1,11 @@ + + + +

User Defined Colours

+

Each of the residues may be assigned a new user defined colour.

+

You may save this colour scheme and reuse it at a later time.

+

The default user defined colour is the last user colour scheme which was defined.

+

 

+

 

+ + diff --git a/help/html/colourSchemes/zappo.html b/help/html/colourSchemes/zappo.html new file mode 100755 index 0000000..95ac008 --- /dev/null +++ b/help/html/colourSchemes/zappo.html @@ -0,0 +1,50 @@ + + + + + + +

Zappo Colours
+
+ The residues are coloured according to their physico-chemical properties as + follows:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Aliphatic/hydrophobicILVAM
AromaticFWY
PositiveKRH
NegativeDE
HydrophilicSTNQ
conformationally specialPG
CysteineC
+
+ + diff --git a/help/html/editing/index.html b/help/html/editing/index.html new file mode 100755 index 0000000..89344fe --- /dev/null +++ b/help/html/editing/index.html @@ -0,0 +1,32 @@ + + + +

Editing

+

Inserting / removing gaps - hold down the "Shift" key. Click + a residue with the mouse and drag the residue to the right to insert gaps or + to the left to remove gaps.
+ If the residue selected is within a defined group, hold down either "Alt" + or "Control" key and drag the residue left or right to edit all sequences + in the defined group at once.

+

Copy/paste/cut/delete - any sequences which are in the current selection + box (indicated in red) may be cut and / or copied to a new alignment or deleted. +

+

Undo / redo - editing of sequences (insertion/removal of gaps, removal + of sequences, trimming sequences etc) may be undone or redone at any time using + the appropriate menu items from the edit menu. The undo history list only allows + a maximum of 10 actions. +

Trimming alignment - First select a column by clicking the scale indicator + (above the sequences) The alignment may then be trimmed to the left or right + of this column. If multiple columns are selected, the alignment is trimmed to + the right of the rightmost selected column (or to the left of the leftmost selected + column)

+

Remove gapped columns - Removes columns within the alignment which + contain only space characters ("-" or "." or " ")

+

Removing gaps - Removes all gaps from the alignment. Gaps are "-" + or "." or " ".

+

Set gap character - Switches the gap character between "." + and "-". If the "Render Gaps" option from the "View" + menu is unticked all gaps will appear as blank spaces.

+

 

+ + diff --git a/help/html/features/overview.html b/help/html/features/overview.html new file mode 100755 index 0000000..0a1d8b2 --- /dev/null +++ b/help/html/features/overview.html @@ -0,0 +1,12 @@ + + + +

Select the overview window to get a navigable image of the whole alignment. +

+

The window indicates the current viewable region of the alignment, this area + may be adjusted by clicking and dragging with the mouse.

+

Note: It may not be possible to view very large alignments with the overview + window due to lack of application memory.

+

+ + diff --git a/help/html/features/search.html b/help/html/features/search.html new file mode 100755 index 0000000..e983765 --- /dev/null +++ b/help/html/features/search.html @@ -0,0 +1,71 @@ + + + + + + +

Search

+

The search box can be displayed by pressing the keys Control and F or selecting + "Search"

+Note: +
    +
  • The search will be performed on the selected region. If no region is selected, + the search will operate on the full alignment.
  • +
  • To clear any selection, press the "Escape" key.
  • +
+

Using the "Create new group" is a quick way to group and highlight + residues with the specified search pattern throughout the alignment.

+

The search allows regular expression matching.

+

 

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
.Any single character.
[]Any one of the characters in the brackets
^The start of a line (column 1).
$The end of a line
* Matches zero or more of the preceding characters or expressions.
?Matches zero or one of the preceding characters or expressions.
+Matches one or more of the preceding characters or expressions.
{count} Matches the specified number of the preceding characters or expressions. +
{min,} Matches at least the specified number of the preceding characters or + expressions.
{min,max} Matches between min and max of the preceding characters or expressions.
+ + diff --git a/help/html/features/seqfeatures.html b/help/html/features/seqfeatures.html new file mode 100755 index 0000000..467818d --- /dev/null +++ b/help/html/features/seqfeatures.html @@ -0,0 +1,21 @@ + + +

Sequence Features

+

This displays Uniprot sequence features on the alignment if a 100% sequence + match is found.

+

The first step in this process is to match the id (name) of each sequence with + Uniprot. If there is no match, a Blast search is performed to try to obtain + the Uniprot Id for each sequence. You will be notified of any 100% matches with + Uniprot, which you must manually assign to each sequence in your input alignment, + then save the file.

+

+ The input sequence will be matched with the returned Uniprot record, the start + and end residues can then be correctly assigned to each sequence.

+

Sequence features which are 1 residue in length are coloured red. Features + which span a region are coloured blue.

+

By moving the mouse pointer over a sequence feature on the alignment a small + label will appear with the description of that sequence feature.

+

A local cache of retrieved uniprot entries is recorded on your local machine. +

+ + diff --git a/help/html/features/wrap.html b/help/html/features/wrap.html new file mode 100755 index 0000000..b02df8a --- /dev/null +++ b/help/html/features/wrap.html @@ -0,0 +1,322 @@ + + + + + +

Wrap alignment

+

Use this feature to wrap an alignment to the screen width.

+

All output (HTML, Printing, JPG etc) will also be in this wrapped format.

+

This is most useful when looking at alignments with less than 20 sequences. +

+

Note: No editing is possible when the alignment is in "Wrapped" mode, + but all other features such as searching, calculations and changing the background + colour are unaffected.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 10
+ |
20
+ |
ADHR_DROPS/7-107  KHVCYVADCGGIALETSKVLMTKNIA
ADH_DROHE/5-105  SNIIFVAGLGGIGLDTSREIVKSGPK
PGDH_HUMAN/6-106  KVALVTGAAQGIGRAFAEALLLKG.A
 36
+ |
46
+ |
ADHR_DROPS/7-107  KLAILQSVENPP........AIAQLQ
ADH_DROHE/5-105  NLVVLDRIDNPAA........IAELK
PGDH_HUMAN/6-106  KVALVDWNLEAG.......VQCKAAL
 62
+ |
72
+ |
ADHR_DROPS/7-107  SIKHS....TQIFFWTFDVTMAREEM
ADH_DROHE/5-105  ALNP....KVTITFYPYDVTVPLAET
PGDH_HUMAN/6-106  DEQFEP...QKTLFIQCDVADQQQL.
+
+ + + + diff --git a/help/html/images/overview.gif b/help/html/images/overview.gif new file mode 100755 index 0000000000000000000000000000000000000000..b5b1bc5f92f01c90a8839b34d4c0ed10c84892ad GIT binary patch literal 10356 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 VrQ4w9ZS~=8jk#?FN)mv~{{eGT2RHx# literal 0 HcmV?d00001 diff --git a/help/html/index.html b/help/html/index.html index c9a98b0..460c5b9 100755 --- a/help/html/index.html +++ b/help/html/index.html @@ -1,14 +1,15 @@ - - -Untitled Document - - -


- Jalview - Documentation

-

Your guide to Jalview

+

Jalview + Documentation

+

 

+JalView (1999) is a fast Java multiple alignment editor and analysis tool. It +features many of the functions of AMAS, for the analysis of sub-families and the +prediction of functional sites, but is fully interactive. +

+

If you use JalView in your work, please cite the bioinformatics paper:

+

Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004), "The Jalview + Java Alignment Editor", Bioinformatics, 12, 426-7.

diff --git a/help/html/io/index.html b/help/html/io/index.html new file mode 100755 index 0000000..73945ba --- /dev/null +++ b/help/html/io/index.html @@ -0,0 +1,24 @@ + + +

Input

+

Jalview can read alignment files in any of the following formats:

+

Fasta , MSF, Clustal, BLC, PIR, MSP, PFAM

+

Use the menu at the top of the main application window to read in files from +

+
    +
  • the local file system
  • +
  • a remote website
  • +
  • or by copying and pasting into the "Cut & Paste" text window
  • +
+

If a file is of an unknown format or there is any other error reading the alignment + file you will be given an error message, the alignment will not be read in. +

+

Output

+

Each alignment, whether it is the original or an edited version may be saved + in the formats

+

Fasta , MSF, Clustal, BLC, PIR, MSP, PFAM

+

The alignment may also be saved as a HTML web page.

+

You may save a jpg image of your alignment.

+

The alignment can be printed from a local printer.

+ + diff --git a/help/html/menus/calculateMenu.html b/help/html/menus/calculateMenu.html deleted file mode 100755 index f73d63c..0000000 --- a/help/html/menus/calculateMenu.html +++ /dev/null @@ -1,165 +0,0 @@ - - - -Untitled Document - - - - -Calculate menu
-Consensus sequence
-Sorting sequence by pairwise identity to consensus
-Sorting by tree order
-Sorting by group order
-Removing redundancy of sequences
-Smith-Waterman pairwise alignment
-Principal component analysis
-UPGMA tree using percentage identity distances
-Neighbour joining tree using percentage identity distances
-Conservation
-
-Consensus sequence
-Each residue in the consensus sequence is the most frequent residue in each column -of the alignment excluding gap residues ' ','-' and '.' . You can't access the -consensus sequence directly but it is used in the PID colour scheme.
-When the editor first starts up the consensus sequence is automatically calculated -using all the sequences in the alignment and the PID colour scheme is used as -default. If the consensus option is selected again only the currently selected -sequences are used to calculate it and all sequences in the alignment are coloured -according to that consensus.
-

Sorting sequences
- Once a consensus calculation has been done selecting this option will sort the - selected sequences by their percentage identity to the consensus sequence. The - most similar sequence is put at the top. If no sequences are selected then redundancy - is removed from the whole alignment.
- Sorting by tree order
- If a UPGMA tree or a neighbour joining tree has been displayed then the main - alignment window displays the sequences in the same order as they appear in - the tree. This makes for easier comparison of the tree and the alignment.
-
- Sorting by group order
- If the sequences have been grouped either by hand or by selecting a point on - the tree then this option will reorder the alignment so all sequences in the - same group are together. The largest group is shown at the top of the alignment - and the smallest at the bottom.
- Removing redundancy
- Selecting this option brings up a window asking you to select a threshold. If - the percentage identity between two sequences exceeds this value one of the - sequences (the shorter) is discarded. The redundancy calculation is done when - the Apply button is pressed. For large numbers of sequences this can take a - long time as all pairs have to be compared.
- Pairwise alignment (Proteins only)
- This calculation is performed on the selected sequences only. Java is not the - fastest language in the world and aligning more than a handful of sequences - will take a fair amount of time.
- For each pair of sequences the best global alignment is found using BLOSUM62 - as the scoring matrix. The scores reported are the raw scores. The sequences - are aligned using a dynamic programming technique and using the following gap - penalties :

-

Gap open : 12
- Gap extend : 2

-

When you select the pairwise alignment option a new window will come up which - will display the alignments in a text format as they are calculated. Also displayed - is information about the alignment such as alignment score, length and percentage - identity between the sequences.

-

If you want to save that pairwise alignment (it's not in any known format I'm - afraid) you can cut and paste it from the text window with the mouse. You can - also press the 'View in alignment editor' button to bring up another editor - window.
-

-

Principal Component Analysis
- This is a method of clustering sequences based on the method developed by G. - Casari, C. Sander and A. Valencia. Structural Biology volume 2, no. 2, February - 1995 . Extra information can also be found at the SeqSpace server at the EBI. -
- The version implemented here only looks at the clustering of whole sequences - and not individual positions in the alignment to help identify functional residues. - For large alignments plans are afoot to use the CORBA server written by Chris - Dodge to do this 'residue space' PCA remotely.

-

When the Calculate->Principal component analysis option is selected all - the sequences (not just the selected ones) are used in the calculation and for - large numbers of sequences this could take quite a time. When the calculation - is finished a new window is displayed showing the projections of the sequences - along the 2nd, 3rd and 4th vectors giving a 3dimensional view of how the sequences - cluster.

-

This 3d view can be rotated by holding the left mouse button down in the PCA - window and moving it. The user can also zoom in and out by using the up and - down arrow keys.

-

Individual points can be selected using the mouse and selected sequences show - up green in the PCA window and the usual grey background/white text in the alignment - and tree windows.

-

Different eigenvectors can be used to do the projection by changing the selected - dimensions in the 3 menus underneath the 3d window.
-

-

UPGMA tree
- If this option is selected from the Calculate menu then all sequences are used - to generate a UPGMA tree. The pairwise distances used to cluster the sequences - are the percentage mismatch between two sequences. For a reliable phylogenetic - tree I recommend other programs (phylowin, phylip) should be used as they have - the speed to use better distance methods and bootstrapping. Again, plans are - afoot for a server to do this and to be able to read in tree files generated - by other programs.
- When the tree has been calculated a new window is displayed showing the tree - with labels on the leaves showing the sequence ids. The user can select the - ids with the mouse and the selected sequences will also be selected in the alignment - window and the PCA window if that analysis has been calculated.

-

Selecting the 'show distances' checkbox will put branch lengths on the branches. - These branch lengths are the percentage mismatch between two nodes.

-

Postscript output can be generated for this tree and mailed to you by clicking - the Output button. This will bring up a window asking you for your email address - and you can set font options and the page orientation. Clicking the Apply button - will generate the postscript and send the email.
-

-

Neighbour Joining tree
- The distances between sequences for this tree are generated in the same way - as for the UPGMA tree. The method of clustering is the neighbour joining method - which doesn't just pick the two closest leaves to cluster together but compensates - for long edges by subtracting from the distances the average distance from each - leaf to all the others.
- Selection and output options are the same as for the UPGMA tree.

-

Conservation
- This option is based on the AMAS method of multiple sequence alignment analysis - (Livingstone C.D. and Barton G.J. (1993), Protein Sequence Alignments: A Strategy - for the Hierarchical Analysis of Residue Conservation.CABIOS Vol. 9 No. 6 (745-756)). -
- Hierarchical analysis is based on each residue having certain physico-chemical - properties listed as follows:
-
-
-
-

-

In brief go about it like this :
-

-

The alignment can first be divided into groups. This is best done by first - creating an average distance tree (Calculate->Average distance tree). Selecting - a position on the tree will cluster the sequences into groups depending on the - position selected. Each group is coloured a different colour which is used for - both the ids in the tree and alignment windows and the sequences themselves. - If a PCA window is visible a visual comparison can be made between the clustering - based on the tree and the PCA.
- This link provides an example of the output after grouping for Pfam family rnaseH: -

-

The grouping by tree may not be satisfactory and the user may want to edit - the groups (Edit->Groups...) to put any outliers together.

-

Before selecting the conservation option change the colour scheme to something - sensible (Taylor or hydrophobicity for example). When the conservation is done - the existing colour scheme is modified so that the most conserved columns in - each group have the most intense colours and the least conserved are the palest. -

-

-

This link shows the results of first colouring the alignment by hydrophobicity - (Colour->by hydrophobicity) then performing conservation analysis (Calculate->Conservation). - Conserved hydrophobic columns are shown with predominately red residues and - conserved hydrophilic columns with blue. The most conserved regions have the - brightest colours.
-

-


-
- Here is shown the same conservation but with Taylor colours instead of hydrophobicity - (Colour->Taylor).
-

-

The conservation analysis is done on each sequence group. This highlights differences - and similarities in conserved residue properties between groups.

-

- - diff --git a/help/html/misc/aminoAcids.html b/help/html/misc/aminoAcids.html index 3f19aac..45f38d3 100755 --- a/help/html/misc/aminoAcids.html +++ b/help/html/misc/aminoAcids.html @@ -1,8 +1,5 @@ - -Untitled Document -