From: James Procter
+ Working with Predicted Alignment Error Matrices in
+ Jalview
+ Predicted Alignment Error matrices are produced by deep-learning
+ based 3D-structure prediction pipelines such as AlphaFold.
+ Jalview retrieves PAE matrices when importing predicted 3D structures
+ from the EBI-AlphaFold database via Jalview's structure
+ chooser GUI.
+
+ If you have produced your own models using a pipeline such as
+ ColabFold, then you can load it via the 'Add PAE matrix file' button
+ in the Load
+ PDB File dropdown menu in the 3D structure chooser, providing it is
+ in a supported PAE format. ,
+ or the Command Line
+ Interface. See Working
+ with PAE Matrices for information on how they are visualised and
+ analysed in Jalview.
+
+ An additional Predicted Alignment Error file can also be + provided when importing 3D structure data. Jalview supports import of + PAE Matrices provided as AlphaFold + format JSON files - which are also produced by ColabFold. See Working with PAE Matrices for details on + what Jalview allows you to do with associated PAE matrix data. +
++ The Structure Chooser interface was introduced in Jalview + 2.9. +
+ + diff --git a/help/help/html/features/structurechooser.html b/help/help/html/features/structurechooser.html index 2c77049..bfd8baa 100644 --- a/help/help/html/features/structurechooser.html +++ b/help/help/html/features/structurechooser.html @@ -176,21 +176,47 @@ style="width: 464px; height: 173px;">To manually associate PDB files with a sequence, select 'From - File', or 'Enter PDB Id' from the drop-down menu: -
- The Structure Chooser interface was introduced in Jalview - 2.9. -
++ Manual Association of PDBe accessions with sequences +
+If for some reason the PDBe and 3D beacons search fail to + automatically the PDB structure or model you wish to import, you can + select 'Enter PDB Id' from the drop-down menu to manually specify PDB + identifiers for one or more selected sequences. The PDB Rest API, + provided by EMBL-EBI, is used to validate accessions exist, and fetch + structure data.
++ Import structure models + and metadata from file +
+
+ Selecting the From File option from the drop down
+ menu allows 3D structure data to be imported from your own computer.
+ PDB or mmCIF files associated in this way are also saved in Jalview Projects.
+ The 'From File' dialog provides a drop down menu which allows you to
+ specify how the Temperature Factor metadata for each residue in the 3D
+ structure data file is interpreted:
+
+
+ An additional Predicted Alignment Error file can also be + provided when importing 3D structure data. Jalview supports import of + PAE Matrices provided as AlphaFold + format JSON files - which are also produced by ColabFold. See Working with PAE Matrices for details on + what Jalview allows you to do with associated PAE matrix data. +
++ The Structure Chooser interface was introduced in Jalview + 2.9. +