Literature DB >> 18503087

PROMALS3D web server for accurate multiple protein sequence and structure alignments.

Jimin Pei1, Ming Tang, Nick V Grishin.   

Abstract

Multiple sequence alignments are essential in computational sequence and structural analysis, with applications in homology detection, structure modeling, function prediction and phylogenetic analysis. We report PROMALS3D web server for constructing alignments for multiple protein sequences and/or structures using information from available 3D structures, database homologs and predicted secondary structures. PROMALS3D shows higher alignment accuracy than a number of other advanced methods. Input of PROMALS3D web server can be FASTA format protein sequences, PDB format protein structures and/or user-defined alignment constraints. The output page provides alignments with several formats, including a colored alignment augmented with useful information about sequence grouping, predicted secondary structures and consensus sequences. Intermediate results of sequence and structural database searches are also available. The PROMALS3D web server is available at: http://prodata.swmed.edu/promals3d/.

Entities:  

Mesh:

Year:  2008        PMID: 18503087      PMCID: PMC2447800          DOI: 10.1093/nar/gkn322

Source DB:  PubMed          Journal:  Nucleic Acids Res        ISSN: 0305-1048            Impact factor:   16.971


INTRODUCTION

The quality of multiple sequence alignments directly affects their applications in structure modeling, similarity searches, function prediction and phylogenetic analysis. Constructing accurate multiple alignments for distantly related proteins remains a difficult task in computational biology. Aligning all sequences simultaneously by dynamic programing is not feasible for more than a few sequences (1). Therefore, many current programs use the heuristic progressive alignment technique, which reduces the problem of aligning multiple sequences to make a limited number of pairwise alignments. Although progressive methods can be very fast, errors made at early stages are not corrected later. Classic progressive methods based on general amino acid substitution matrices such as ClustalW (2) can give reasonable results for similar sequences, but fail to produce accurate alignments for divergent sequences (3). Refinement after progressive steps can correct alignment errors, as implemented in recent programs such as MAFFT (4) and MUSCLE (5). The consistency-based alignment strategy (6) derives a better scoring function than general substitution matrices before carrying out the progressive alignment steps. Using additional information from database homologs and known or predicted structures can lead to further improvement of alignment quality (4,7–10). Our progressive method PROMALS (11) integrates advanced alignment techniques such as probabilistic consistency of profile–profile comparisons, and additional information from database homologs and predicted secondary structures. In PROMALS3D (12), alignment constraints from 3D structural comparisons are automatically derived and combined with constraints of PROMALS profile–profile alignments with secondary structures to derive consistency-based alignments. PROMALS3D has shown prominent improvements when 3D structures are available (Table 1).
Table 1.

Evaluation of alignment methods on SABmark and PREFAB benchmarks

MethodSABmark-twi (209/7.7)SABmark-sup (425/8.3)PREFAB (1682/45.2)
PROMALS3D0.6160.8120.900
PROMALS0.3910.6650.790
SPEM (10)0.3260.6280.774
MUMMALS (24)0.1960.5220.731
ProbCons (16)0.1660.4850.716
MAFFT0.1840.5100.722
MUSCLE0.1360.4330.680
ClustalW0.1270.3900.617

Average Q-scores of two SABmark (25) data sets (‘twi’ for ‘twilight zone’ set, ‘sup’ for ‘superfamilies’ set) and the PREFAB 4.0 (5) data set are shown. Q-score is the number of correctly aligned residue pairs in the test alignment divided by the total number of aligned residue pairs in the reference alignment. For each data set, the two numbers in the parentheses separated by a slash are the number of alignments tested and the average number of sequences per alignment, respectively. For each data set, PROMALS3D yields statistically higher accuracy than any other method (P-value <0.000001) according to Wilcoxon signed rank test.

Evaluation of alignment methods on SABmark and PREFAB benchmarks Average Q-scores of two SABmark (25) data sets (‘twi’ for ‘twilight zone’ set, ‘sup’ for ‘superfamilies’ set) and the PREFAB 4.0 (5) data set are shown. Q-score is the number of correctly aligned residue pairs in the test alignment divided by the total number of aligned residue pairs in the reference alignment. For each data set, the two numbers in the parentheses separated by a slash are the number of alignments tested and the average number of sequences per alignment, respectively. For each data set, PROMALS3D yields statistically higher accuracy than any other method (P-value <0.000001) according to Wilcoxon signed rank test. Here we describe the PROMALS3D web server that constructs alignments for multiple protein sequences and/or structures. The output is a consensus alignment that brings together sequence and structural information about input proteins and their homologs. PROMALS3D server provides researchers a tool to produce high-quality alignments consistent with both sequences and structures in an automatic fashion. In addition to alignment construction, the server facilitates further analysis of target proteins by providing intermediate results of sequence and structural database searching, and presenting alignments with useful information about predicted secondary structures, sequence grouping and consensus sequences.

PROMALS3D MULTIPLE ALIGNMENT PROCEDURE

PROMALS3D (12) is a progressive method that clusters similar sequences and aligns them in a fast way, and uses more elaborate techniques to align the relatively divergent clusters to each other. In the first alignment stage, PROMALS3D aligns similar sequences using a scoring function of weighted sum-of-pairs of BLOSUM62 (13) scores. The first stage is fast and results in a number of prealigned groups (clusters) that are relatively distant from each other. In the second alignment stage, one representative sequence is selected for each prealigned group. Representative sequences (also called targets or target sequences below) are subject to PSI-BLAST searches for additional homologs from UNIREF90 (14) database and to PSIPRED (15) secondary structure prediction. Then a hidden Markov model of profile–profile alignments with predicted secondary structure scoring is applied to pairs of representatives to derive sequence-based constraints. Structure-based constraints are derived from homologs with known structures (see details below) and are combined with sequence-based constraints to derive a probabilistic consistency scoring function (16). The representative sequences are progressively aligned using such a consistency scoring function, and the prealigned groups obtained in the first stage are merged into the alignment of representatives to form the final multiple sequence alignment. In PROMALS3D, structural constraints are derived for representative sequences that have homologs with known structures. First, the program identifies homologs with 3D structures (homolog3D) for representative sequences. For each representative sequence, the profile of PSI-BLAST (stored as a checkpoint file) search against the UNIREF90 database is used to initiate a new PSI-BLAST search (one iteration, with -C option) against the SCOP40 domain database (17,18) that contains protein domain sequences with known structures. Only structural domains that pass certain similarity criteria (default: e-value <0.001 and sequence identity no <20%) are kept. Multiple homolog3Ds could be identified and used for one target sequence if it contains several distinct domains with known structures. Pairwise residue match constraints for two representative target sequences are derived from sequence-based target-to-homolog3D alignments and structure-based homolog3D-to-homolog3D alignments. For example, if residue A in target S1 is aligned to residue B in homolog3D T1, residue B in homolog3D T1 is aligned with residue C in homolog3D T2 according to a structure comparison program, and residue C in homolog3D T2 is aligned with residue D in target S2, then we deduce that residue A in sequence S1 is aligned with residue D in sequence S2, and this pair (A, D) is used as a structure-derived constraint (Figure 1). The alignment between a target sequence and its homolog3D can be the PSI-BLAST alignment, or they can be re-aligned by the profile–profile comparison routine used in PROMALS. The structure constraints among target sequences are combined with those constraints derived from profile–profile comparisons in the original PROMALS to deduce a consistency-based scoring function that integrates database sequence profiles, predicted secondary structures and 3D structural information. We used an empirical weight ratio of 1.5 (can be modified in server) for structure constraints relative to the sequence constraints of profile–profile comparison in the original PROMALS.
Figure 1.

Deducing alignment constraints using homologs with 3D structures (homolog3Ds). S1 and S2 are two target sequences. T1 and T2 are their homolog3Ds. The alignment between two sequences S1 and S2 is deduced from two sequence-based sequence-to-homolog3D alignments and one structure-based homolog3D-to-homolog3D alignment. The three aligned residue pairs (A, B), (B, C) and (C, D) indicate that the pair (A, D) is aligned in the deduced alignment between two targets.

Deducing alignment constraints using homologs with 3D structures (homolog3Ds). S1 and S2 are two target sequences. T1 and T2 are their homolog3Ds. The alignment between two sequences S1 and S2 is deduced from two sequence-based sequence-to-homolog3D alignments and one structure-based homolog3D-to-homolog3D alignment. The three aligned residue pairs (A, B), (B, C) and (C, D) indicate that the pair (A, D) is aligned in the deduced alignment between two targets.

PROMALS3D WEB SERVER

The PROMALS3D web server is available at: http://prodata.swmed.edu/promals3d/.

Input

Users can input or upload protein sequences, structures or user-defined alignment constraints. The sequences should be in FASTA format and identical sequence names are not allowed. The structures should be in PDB format. In addition to uploading bulky structural files, users can also specify just the PDB ids and chain ids. The output is a multiple alignment of input sequences and sequences extracted from input structures. A name can be entered to identify the submitted job. It is also recommended that the user provides an email address to receive alignment results, as PROMALS3D can take a considerable amount of time (several hours) to finish for a large number of divergent sequences, mainly due to the time-consuming steps of running PSI-BLAST searches and calculating the profile-based consistency scoring function.

Alignment parameters

A number of alignment parameters are provided in the web page. One important parameter is the identity threshold that determines the partition of fast alignment stage and slow alignment stage, and thus balances alignment quality and speed. Lowering this threshold can cause more sequences to be aligned in a fast but less accurate way, resulting in fewer representative groups subject to the time- and memory-consuming steps of PSI-BLAST searches, structural comparisons and profile consistency measure. This tradeoff generally leads to less memory usage and computational time but potentially lower alignment quality. If the number of prealigned groups is large (e.g. >60), PROMALS3D could run out of memory during the consistency measure step. Therefore, if the number of prealigned groups is above a threshold (currently 60), the server automatically adjusts the identity threshold to keep the number of prealigned groups to a fixed number (currently 60). This automatic adjustment allows PROMALS3D to run for up to several thousand input sequences. We also provide options for changing weights of sequence-based constraints and structural-based constraints, and the weights of amino acid scoring and predicted secondary structure scoring in profile–profile alignments. Parameters for running PSI-BLAST and processing PSI-BLAST alignments (for generating amino acid profiles) are also provided, such as e-value cutoff, the number of PSI-BLAST iterations, identity cutoff to remove divergent hits and the number of homologs kept for profile calculation. For structure alignments of input structures or homologs with 3D structures, we provide options of using any combination of three structural comparison programs: DaliLite (19), FAST (20) and TM-align (21).

Output

We designed an output page that facilitates analysis of alignments (Figure 2a). Three alignment formats can be accessed in this page: CLUSTAL format, FASTA format and a colored alignment format. Sequences in the alignment can be displayed in aligned order or input order. In a colored alignment, useful information about sequence grouping, secondary structure predictions, positional conservation and consensus sequences (Figure 2b) is reported. Sequence grouping is reflected by the color of sequence names if sequences are in aligned order. Sequences with magenta names are representatives from prealigned groups. Sequences with black names immediately under a representative sequence belong to the same prealigned group as the representative sequence. Predicted secondary structures are shown for representative sequences (residues with red and blue fonts are predicted to be α-helices and β-strands, respectively). Above each alignment block, conserved positions are marked by their conservation indices (integer values from 0 to 9) calculated using our program AL2CO (22). The two lines beneath each alignment block show the consensus amino acid sequence (with symbols explained in Figure 2 legend) and consensus secondary structure predictions (‘h’: α-helix; ‘e’: β-strand). Such a coloring and labeling scheme is helpful for further sequence and structural analysis of input sequences and structures. In addition to the alignments, the server also provides links to the original input sequences and structures and intermediate results such as the guide tree, PSI-BLAST alignments, detected homologs with 3D structures, PSIPRED secondary structure predictions. Superimposed coordinates of input structures are also available.
Figure 2.

(a) Output page of the PROMALS3D server. This page allows access of PROMALS3D alignments in three formats with various adjustable parameters. Links to inputs and intermediate results are also provided. (b) An example of colored alignment. This alignment is for input of four SH2 domain sequences selected from PFAM database (23) and four SH2 structures (pdb ids are 1aya, 1jyr, 1lkk and 1mil). The first line in each alignment block begins with ‘Conservation:’ and shows conservation index numbers for conserved positions. The line in each block beginning with ‘Consensus_ss:’ shows the consensus secondary structure predictions (‘h’: α-helix; ‘e’: β-strand). The line in each block beginning with ‘Consensus_aa’ shows consensus amino acids. If the weighted frequency of certain type of residues is above a certain threshold, the consensus symbol of that type is displayed. Symbols are provided for the following types: conserved amino acid residues: bold and uppercase letters; aliphatic residues (I, V, L): l; aromatic residues (Y, H, W, F): @; hydrophobic residues (W, F, Y, M, L, I, V, A, C, T, H): h; alcohol residues (S, T): o; polar residues (D, E, H, K, N, Q, R, S, T): p; tiny residues (A, G, C, S): t; small residues (A, G, C, S, V, N, D, T, P): s; bulky residues (E, F, I, K, L, M, Q, R, W, Y): b; positively charged residues (K, R, H): +; negatively charged residues (D, E): −; charged (D, E, K, R, H): c. Each representative sequence has a magenta name and is colored according to PSIPRED secondary structure predictions (red: α-helix, blue: β-strand). A representative sequence and the immediate sequences below it with black names, if there are any, form a closely related group and they are aligned in the first stage.

(a) Output page of the PROMALS3D server. This page allows access of PROMALS3D alignments in three formats with various adjustable parameters. Links to inputs and intermediate results are also provided. (b) An example of colored alignment. This alignment is for input of four SH2 domain sequences selected from PFAM database (23) and four SH2 structures (pdb ids are 1aya, 1jyr, 1lkk and 1mil). The first line in each alignment block begins with ‘Conservation:’ and shows conservation index numbers for conserved positions. The line in each block beginning with ‘Consensus_ss:’ shows the consensus secondary structure predictions (‘h’: α-helix; ‘e’: β-strand). The line in each block beginning with ‘Consensus_aa’ shows consensus amino acids. If the weighted frequency of certain type of residues is above a certain threshold, the consensus symbol of that type is displayed. Symbols are provided for the following types: conserved amino acid residues: bold and uppercase letters; aliphatic residues (I, V, L): l; aromatic residues (Y, H, W, F): @; hydrophobic residues (W, F, Y, M, L, I, V, A, C, T, H): h; alcohol residues (S, T): o; polar residues (D, E, H, K, N, Q, R, S, T): p; tiny residues (A, G, C, S): t; small residues (A, G, C, S, V, N, D, T, P): s; bulky residues (E, F, I, K, L, M, Q, R, W, Y): b; positively charged residues (K, R, H): +; negatively charged residues (D, E): −; charged (D, E, K, R, H): c. Each representative sequence has a magenta name and is colored according to PSIPRED secondary structure predictions (red: α-helix, blue: β-strand). A representative sequence and the immediate sequences below it with black names, if there are any, form a closely related group and they are aligned in the first stage.
  25 in total

1.  AL2CO: calculation of positional conservation in a protein sequence alignment.

Authors:  J Pei; N V Grishin
Journal:  Bioinformatics       Date:  2001-08       Impact factor: 6.937

2.  T-Coffee: A novel method for fast and accurate multiple sequence alignment.

Authors:  C Notredame; D G Higgins; J Heringa
Journal:  J Mol Biol       Date:  2000-09-08       Impact factor: 5.469

3.  The ASTRAL Compendium in 2004.

Authors:  John-Marc Chandonia; Gary Hon; Nigel S Walker; Loredana Lo Conte; Patrice Koehl; Michael Levitt; Steven E Brenner
Journal:  Nucleic Acids Res       Date:  2004-01-01       Impact factor: 16.971

4.  Amino acid substitution matrices from protein blocks.

Authors:  S Henikoff; J G Henikoff
Journal:  Proc Natl Acad Sci U S A       Date:  1992-11-15       Impact factor: 11.205

5.  3DCoffee: combining protein sequences and structures within multiple sequence alignments.

Authors:  Orla O'Sullivan; Karsten Suhre; Chantal Abergel; Desmond G Higgins; Cédric Notredame
Journal:  J Mol Biol       Date:  2004-07-02       Impact factor: 5.469

6.  MUSCLE: multiple sequence alignment with high accuracy and high throughput.

Authors:  Robert C Edgar
Journal:  Nucleic Acids Res       Date:  2004-03-19       Impact factor: 16.971

7.  PROMALS: towards accurate multiple sequence alignments of distantly related proteins.

Authors:  Jimin Pei; Nick V Grishin
Journal:  Bioinformatics       Date:  2007-01-31       Impact factor: 6.937

8.  A tool for multiple sequence alignment.

Authors:  D J Lipman; S F Altschul; J D Kececioglu
Journal:  Proc Natl Acad Sci U S A       Date:  1989-06       Impact factor: 11.205

9.  The Pfam protein families database.

Authors:  Alex Bateman; Lachlan Coin; Richard Durbin; Robert D Finn; Volker Hollich; Sam Griffiths-Jones; Ajay Khanna; Mhairi Marshall; Simon Moxon; Erik L L Sonnhammer; David J Studholme; Corin Yeats; Sean R Eddy
Journal:  Nucleic Acids Res       Date:  2004-01-01       Impact factor: 16.971

10.  PROMALS3D: a tool for multiple protein sequence and structure alignments.

Authors:  Jimin Pei; Bong-Hyun Kim; Nick V Grishin
Journal:  Nucleic Acids Res       Date:  2008-02-20       Impact factor: 16.971

View more
  87 in total

1.  Evolution of substrate specificity within a diverse family of beta/alpha-barrel-fold basic amino acid decarboxylases: X-ray structure determination of enzymes with specificity for L-arginine and carboxynorspermidine.

Authors:  Xiaoyi Deng; Jeongmi Lee; Anthony J Michael; Diana R Tomchick; Elizabeth J Goldsmith; Margaret A Phillips
Journal:  J Biol Chem       Date:  2010-06-08       Impact factor: 5.157

2.  Interaction of Bacillus subtilis Polynucleotide Phosphorylase and RNase Y: STRUCTURAL MAPPING AND EFFECT ON mRNA TURNOVER.

Authors:  Elizabeth Salvo; Shanique Alabi; Bo Liu; Avner Schlessinger; David H Bechhofer
Journal:  J Biol Chem       Date:  2016-01-21       Impact factor: 5.157

3.  Evolution of the globin gene family in deuterostomes: lineage-specific patterns of diversification and attrition.

Authors:  Federico G Hoffmann; Juan C Opazo; David Hoogewijs; Thomas Hankeln; Bettina Ebner; Serge N Vinogradov; Xavier Bailly; Jay F Storz
Journal:  Mol Biol Evol       Date:  2012-01-24       Impact factor: 16.240

4.  Rapid detection, classification and accurate alignment of up to a million or more related protein sequences.

Authors:  Andrew F Neuwald
Journal:  Bioinformatics       Date:  2009-06-08       Impact factor: 6.937

5.  Exonuclease hDIS3L2 specifies an exosome-independent 3'-5' degradation pathway of human cytoplasmic mRNA.

Authors:  Michal Lubas; Christian K Damgaard; Rafal Tomecki; Dominik Cysewski; Torben Heick Jensen; Andrzej Dziembowski
Journal:  EMBO J       Date:  2013-06-11       Impact factor: 11.598

6.  Identification and characterization of a novel 21.6-kDa tegumental protein from Clonorchis sinensis.

Authors:  Yu-Jung Kim; Won Gi Yoo; Myoung-Ro Lee; Dae-Won Kim; Won-Ja Lee; Jung-Mi Kang; Byoung-Kuk Na; Jung-Won Ju
Journal:  Parasitol Res       Date:  2011-10-21       Impact factor: 2.289

7.  Molecular Mechanisms for Species Differences in Organic Anion Transporter 1, OAT1: Implications for Renal Drug Toxicity.

Authors:  Ling Zou; Adrian Stecula; Anshul Gupta; Bhagwat Prasad; Huan-Chieh Chien; Sook Wah Yee; Li Wang; Jashvant D Unadkat; Simone H Stahl; Katherine S Fenner; Kathleen M Giacomini
Journal:  Mol Pharmacol       Date:  2018-05-02       Impact factor: 4.436

8.  Evolution of general transcription factors.

Authors:  K V Gunbin; A Ruvinsky
Journal:  J Mol Evol       Date:  2012-12-11       Impact factor: 2.395

9.  The structure of yeast glutaminyl-tRNA synthetase and modeling of its interaction with tRNA.

Authors:  Thomas D Grant; Joseph R Luft; Jennifer R Wolfley; Mary E Snell; Hiro Tsuruta; Stephanie Corretore; Erin Quartley; Eric M Phizicky; Elizabeth J Grayhack; Edward H Snell
Journal:  J Mol Biol       Date:  2013-04-10       Impact factor: 5.469

10.  Gene identification and comparative molecular modeling of a Trypanosoma rangeli major surface protease.

Authors:  Paulo H M Calixto; Mainá Bitar; Keila A M Ferreira; Odonírio Abrahão; Eliane Lages-Silva; Glória R Franco; Luis E Ramírez; André L Pedrosa
Journal:  J Mol Model       Date:  2013-04-13       Impact factor: 1.810

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.