X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Fcalculations%2Fpca.html;h=0104078be6e66707cb67fe623f80be11858d150f;hb=cbd3af30e8479bf3dbf8b269da3772fa952f17d2;hp=14bb9ee9f5320e581d544a3579bb6741ff255033;hpb=001d029b058432b3ae0a4431e5bcd4116ee7694a;p=jalview.git diff --git a/help/html/calculations/pca.html b/help/html/calculations/pca.html index 14bb9ee..0104078 100755 --- a/help/html/calculations/pca.html +++ b/help/html/calculations/pca.html @@ -142,16 +142,14 @@ left-clicking and dragging the mouse over the display. --> and implemented at the SeqSpace server at the EBI. To reproduce calculations performed with earlier Jalview releases it is necessary to execute the following Groovy script: -
     jalview.analysis.scoremodels.ScoreMatrix.scoreGapAsAny=true
+    jalview.analysis.scoremodels.ScoreModels.instance.BLOSUM62.@matrix[4][1]=3
     
- Additionally, for PCAs performed with older versions of Jalview and - the Blosum62 matrix, it is also necessary to import the legacy - BLOSUM62 score matrix (which is asymmetric for mutations between C to - R) which can be downloaded at - http://www.jalview.org/examples/legacyBlosum62.scm + This script enables the legacy PCA mode where gaps were treated as + 'X', and to modify the BLOSUM62 matrix so it is asymmetric for + mutations between C to R (this was a typo in the original Jalview + BLOSUM62 matrix which was fixed in 2.10.2).

-