From acd1da77644c3144730cc6e737f75dda036d02ca Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 16 Nov 2016 14:35:07 +0000 Subject: [PATCH] JAL-2318 revised documentation for above PID Threshold --- help/html/colourSchemes/abovePID.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/help/html/colourSchemes/abovePID.html b/help/html/colourSchemes/abovePID.html index ad47dae..8adacc9 100755 --- a/help/html/colourSchemes/abovePID.html +++ b/help/html/colourSchemes/abovePID.html @@ -35,11 +35,10 @@ td { 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 + only those residues that occur in that column at least a certain percentage of the time. For instance, selecting the threshold to be - 100 will only colour those columns with 100% identity.

-

To be coloured, a residue must match the consensus (most commonly occurring) residue for the column (or joint equal consensus).

+ 100 will only colour those columns with 100% identity, and selecting 50 will shade residues appearing in least 50% of the rows (or sequences) in each column.

The percentage calculation may include or exclude gaps in the column, depending on the option selected for the consensus calculation.

-

With a threshold of 0, colouring is unchanged (including non-consensus residues).

+

With a threshold of 0, colouring is unchanged.

-- 1.7.10.2