1esl-weight(1)                    Easel Manual                    esl-weight(1)
2
3
4

NAME

6       esl-weight - calculate sequence weights in MSA(s)
7
8

SYNOPSIS

10       esl-weight [options] msafile
11
12

DESCRIPTION

14       esl-weight calculates individual sequence weights for each alignment in
15       msafile and outputs a new multiple sequence alignment file in Stockholm
16       format  with  the weights annotated in Stockholm-format #=GS seqname WT
17       weight lines.  The default weighting algorithm is the Gerstein/Sonnham‐
18       mer/Chothia algorithm.
19
20
21       If msafile is - (a single dash), MSA input is read from stdin.
22
23
24
25
26

OPTIONS

28       -h     Print  brief  help;   includes version number and summary of all
29              options, including expert options.
30
31
32       -g     Use the Gerstein/Sonnhammer/Chothia weighting algorithm; this is
33              the default.
34
35
36       -p     Use  the  Henikoff  position-based  weighting algorithm. This is
37              faster and more memory efficient than the default.
38
39
40       -b     "BLOSUM weights": use approximately the same rule used  in  con‐
41              structing  the BLOSUM score matrices. This involves single-link‐
42              age clustering at some fractional  identity  threshold  (default
43              0.62; see --id option), then for each cluster, splitting a total
44              weight of one uniformly amongst all sequences in the cluster.
45
46
47

EXPERT OPTIONS

49       --id <x>
50              Sets the  fractional  identity  threshold  used  by  the  BLOSUM
51              weighting  rule  (option -b; required), to a number 0<=x<=1. De‐
52              fault is 0.62.
53
54
55       --amino
56              Assert that the msafile contains protein sequences.
57
58
59       --dna  Assert that the msafile contains DNA sequences.
60
61
62       --rna  Assert that the msafile contains RNA sequences.
63
64

SEE ALSO

66       http://bioeasel.org/
67
68
70       Copyright (C) 2020 Howard Hughes Medical Institute.
71       Freely distributed under the BSD open source license.
72
73

AUTHOR

75       http://eddylab.org
76
77
78
79Easel 0.48                         Nov 2020                      esl-weight(1)
Impressum