1esl-alipid(1) Easel Manual esl-alipid(1)
2
3
4
6 esl-alipid - calculate pairwise percent identities for all sequence
7 pairs in an MSA
8
9
11 esl-alipid [options] msafile
12
13
14
16 esl-alistat calculates the pairwise percent identity of each sequence
17 pair in in the MSA(s) in msafile. For each sequence pair, it outputs a
18 line of <sqname1> <sqname2> <pid> <nid> <n> where <pid> is the percent
19 identity, <nid> is the number of identical aligned pairs, and <n> is
20 the denominator used for the calculation: the shorter of the two (un‐
21 aligned) sequence lengths.
22
23
24 If msafile is - (a single dash), alignment input is read from stdin.
25
26
27 Only canonical residues are counted toward <nid> and <n>. Degenerate
28 residue codes are not counted.
29
30
32 -h Print brief help; includes version number and summary of all
33 options, including expert options.
34
35
36 --informat <s>
37 Assert that input msafile is in alignment format <s>, bypassing
38 format autodetection. Common choices for <s> include: stock‐
39 holm, a2m, afa, psiblast, clustal, phylip. For more informa‐
40 tion, and for codes for some less common formats, see main docu‐
41 mentation. The string <s> is case-insensitive (a2m or A2M both
42 work).
43
44
45 --amino
46 Assert that the msafile contains protein sequences.
47
48
49 --dna Assert that the msafile contains DNA sequences.
50
51
52 --rna Assert that the msafile contains RNA sequences.
53
54
55
56
58 http://bioeasel.org/
59
60
62 Copyright (C) 2020 Howard Hughes Medical Institute.
63 Freely distributed under the BSD open source license.
64
65
67 http://eddylab.org
68
69
70
71Easel 0.48 Nov 2020 esl-alipid(1)