Molecular Modeling and Bioinformatics : LSHEBA Examples (Cont'd)

LSHEBA (Local Structual Homology by Environment-Based Alignment)

Examples (Cont'd)
IV. Other Output:

1. Detail information of matched residues:

This output lists the residue id, secondary structure code, accessibility, and polarity of the matched residues.

%./lsheba -m (query.env/.pdb) (subject.env/.pdb) detail information of matched residues output example

Back to Manual

2. GEMM format output:

This format can be parsed to GEMM and it is stored in a file. Default output will be on the screen.

% ./lsheba -g (query.env/.pdb) (subject.env/.pdb)

GEMM format output example

Back to Manual

3. Transformation matrix:

The transformation matrix of each domain will be saved in one file and default output is on the screen.

%./lsheba -x (query.env/.pdb) (subject.env/.pdb)

transformation matrix output example

Back to Manual