JAL-4090 JAL-3855 figure showing PAEs for epas1 homolog structures
[jalview.git] / help / help / html / features / paematrices.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4  * Copyright (C) $$Year-Rel$$ The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *  
13  * Jalview is distributed in the hope that it will be useful, but 
14  * WITHOUT ANY WARRANTY; without even the implied warranty 
15  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
16  * PURPOSE.  See the GNU General Public License for more details.
17  * 
18  * You should have received a copy of the GNU General Public License
19  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
20  * The Jalview Authors are detailed in the 'AUTHORS' file.
21  -->
22 <head>
23 <title>Working with PAE Matrices in Jalview</title>
24 </head>
25
26 <body>
27         <p>
28                 <strong>Working with Predicted Alignment Error Matrices in
29                         Jalview</strong>
30         </p>
31
32         <p>Predicted Alignment Error (PAE) matrices are produced by
33                 deep-learning based 3D-structure prediction pipelines such as
34                 AlphaFold. They reflect how reliably two parts of a model have been
35                 positioned in space, by giving for each residue the likely error (in
36                 &Aring;ngstroms) between that residue and every other modelled
37                 position the pair of residues' real relative position, if the model
38                 and real 3D structure were superimposed at that residue.</p>
39         <p>
40                 Jalview visualises PAE matrices as an alignment annotation track,
41                 shaded from dark green to white, similar to the encoding used on the
42                 EBI-AlphaFold website (see <a
43                         href="https://alphafold.ebi.ac.uk/entry/O04090">O04090 3D model</a>
44                 at EBI-AlphaFoldDB).
45         </p>
46         <div align="center">
47         <img src="../structures/epas1_annotdetail.png" width="400"/></div>
48         <p>
49                 <strong>Importing PAE Matrices</strong>
50         </p>
51         <p>
52                 Jalview retrieves PAE matrices when importing predicted 3D structures
53                 from the EBI-AlphaFold database via <a
54                         href="../features/structurechooser.html">Jalview's structure
55                         chooser</a> GUI. If you have produced your own models and accompanying
56                 PAE matrices using a pipeline such as ColabFold, then you can load
57                 them both together via the <a
58                         href="../features/structurechooser.html#loadpdbfile">Load PDB
59                         File</a> dropdown menu in the 3D structure chooser. in a <a
60                         href="../io/paematrixformat.html">supported PAE format</a>.
61         </p>
62         <p>
63                 The <a href="../features/clarguments-basic.html">Command Line
64                         Interface</a> also provides a options for importing PAE matrices along
65                 side models, enabling the automated production of alignment figures
66                 annotated with PAE matrices and PLDDT scores.
67         </p>
68         <p>
69                 <strong>Showing PAE Matrix Annotations </strong>
70         </p>
71         <p>
72                 When viewing 3D structures from the EBI-AlphaFold database or local 3D
73                 structures with an associated PAE file, the PAE is imported as <i>Reference
74                         Annotation</i>, which is not always automatically added to the alignment
75                 view.
76         </p>
77         <p>To show the PAE, right click the sequence and locate the 'Add
78                 Reference Annotation' entry in the Sequence ID submenu, or select all
79                 sequences and locate the option in the Selection submenu. You can do
80                 this in any alignment window (or view) where a sequence with
81                 associated PAE data appears.</p>
82         <p></p>
83         <p>
84                 <em>Support for visualision and analysis of predicted alignment
85                         error matrices was added in Jalview 2.11.3. </em>
86         </p>
87 </body>
88 </html>