X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sources%2Falscript%2Fdoc%2Falscript%2Fsubsection3_13_1.html;fp=sources%2Falscript%2Fdoc%2Falscript%2Fsubsection3_13_1.html;h=078e61ad6e70c73d78131ac526e0617ef035980b;hb=4a806b607a11fc8a5296b11d5b863bbf8a448808;hp=0000000000000000000000000000000000000000;hpb=443c228bf0712d71e7fa34b5a2dc4b2b2e79f13f;p=jpred.git diff --git a/sources/alscript/doc/alscript/subsection3_13_1.html b/sources/alscript/doc/alscript/subsection3_13_1.html new file mode 100644 index 0000000..078e61a --- /dev/null +++ b/sources/alscript/doc/alscript/subsection3_13_1.html @@ -0,0 +1,96 @@ + + Summary of mask commands + +

+



+ Next: Printing ALSCRIPT Files +Up: The MASK command + Previous: The MASK command +

+

Summary of mask commands

+

+mask SETUP +#Prepares for masking +

+mask LEGAL <qstring> +#defines characters to include in ID or FRE calcs - optional. +

+mask ILLEGAL <qstring> +#defines characters to exclude in ID or FRE calcs - optional. +

+mask ID ALL N +#Calculates a mask that flags the character that occurs at least N +times at a position. The word ALL can be substituted by four numbers +that define a region of the alignment. +

+mask FRE ALL +#calculates a mask that flags the most frequently occuring amino acid +at each position. ALL may be replaced by four numbers defining a region +of the alignment. +

+Multiple mask FRE or mask ID commands may be applied, using different +LEGAL and ILLEGAL character definitions. In this way more complex +effects can be built up. +

+The mask command also allows characters that are identical to one +sequence to be masked. +

+mask AGREE ALL N +

+will mask all positions that are identical to the Nth sequence. Thus, +for sequences that are very similar to a newly sequenced sequence, all +characters identical to the new sequence can be boxed or shaded, or set +in a different font or colour etc... +

+mask NOT ALL +

+allows the mask to be inverted. Thus, all positions that are NOT in the +mask now form the mask. So, having done a mask AGREE, a mask NOT will +allow the positions that are not identical to the selected sequence to +be highlighted or substituted. +

+mask SUB ALL <char> +

+substitutes all characters in the mask with the character <char>. +

+mask REGION ALL +applies a mask to all residues in the defined region. +

+The following effects can now be applied to the masked characters: +

+mask BOX ALL +#boxes the masked residues - ie surrounds them by lines. +

+mask SHADE ALL <grey> +#shades the masked residues by grey value. +

+mask FONT ALL <fontnum> +#Uses font fontnum to output the masked residues. +

+mask INVERSE ALL +#Inverts the masked characters - ie outputs them in white. +

+mask CCOL ALL <colnum> +#outputs the masked characters in the defined colour. +

+mask SCOL ALL <colnum> +#outputs the backgrounds of the masked characters in the defined +colour. +

+In all commands, the word ALL can be replaced by four numbers defining +the region to which the command is applied. +

+mask RESET +#resets the entire mask for re-use +

+



+ Next: Printing ALSCRIPT Files +Up: The MASK command + Previous: The MASK command +

+


+ + +

+gjb@bioch.ox.ac.uk +
\ No newline at end of file