Next Article in Journal
The Effect of Sunscreens on the Skin Barrier
Next Article in Special Issue
3D-QSAR Studies, Molecular Docking, Molecular Dynamic Simulation, and ADMET Proprieties of Novel Pteridinone Derivatives as PLK1 Inhibitors for the Treatment of Prostate Cancer
Previous Article in Journal
Effects of Different Types of Human Disturbance on Total and Nitrogen-Transforming Bacteria in Haihe River
Previous Article in Special Issue
1,2,3-Triazole-Benzofused Molecular Conjugates as Potential Antiviral Agents against SARS-CoV-2 Virus Variants
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

MSALigMap—A Tool for Mapping Active-Site Amino Acids in PDB Structures onto Known and Novel Unannotated Homologous Sequences with Similar Function

1
Department of Biological and Environmental Sciences, University of Gothenburg, P.O. Box 461, 405 30 Gothenburg, Sweden
2
OlsAro Crop Biotech AB, Erik Dahlbergsgatan 11A, 411 26 Gothenburg, Sweden
3
Department of Computer and Systems Sciences, Stockholm University, Kista, 106 91 Stockholm, Sweden
4
Department of Marine Sciences, University of Gothenburg, P.O. Box 461, 405 30 Gothenburg, Sweden
5
IVL Swedish Environmental Research Institute, Aschebergsgatan 44, 411 33 Gothenburg, Sweden
*
Author to whom correspondence should be addressed.
Life 2022, 12(12), 2082; https://doi.org/10.3390/life12122082
Submission received: 2 November 2022 / Revised: 30 November 2022 / Accepted: 6 December 2022 / Published: 12 December 2022
(This article belongs to the Special Issue Protein-Protein and Protein-Ligand Interaction)

Abstract

:
MSALigMap (Multiple Sequence Alignment Ligand Mapping) is a tool for mapping active-site amino-acid residues that bind selected ligands on to target protein sequences of interest. Users can also provide novel sequences (unavailable in public databases) for analysis. MSALigMap is written in Python. There are several tools and servers available for comparing and mapping active-site amino-acid residues among protein structures. However, there has not previously been a tool for mapping ligand binding amino-acid residues onto protein sequences of interest. Using MSALigMap, users can compare multiple protein sequences, such as those from different organisms or clinical strains, with sequences of proteins with crystal structures in PDB that are bound with the ligand/drug and DNA of interest. This allows users to easily map the binding residues and to predict the consequences of different mutations observed in the binding site. The MSALigMap server can be accessed at https://albiorix.bioenv.gu.se/MSALigMap/HomePage.py.

1. Introduction

Recently, genome and mRNA sequencing revealed the possibility to identify a large number of genes and transcripts [1,2]. As sequencing data have become more accessible, the primary interest has shifted from sequencing to the annotation of variations to explain protein characteristics. Many of these genes or protein sequences are homologous to annotated sequences in other genomes, and many are identified as novel genes with unknown function. Genes with unknown functions still play important roles in determining cell phenotypes [3]. While a large number of genomes are sequenced at an ever-increasing pace, predicting the function of the genes encoded in these genomes has emerged as a new area of research. Annotating the function of protein sequences remains one of the most important issues in understanding the molecular mechanisms of life [4] and has great implications in biology and pharmaceutical research [5,6]. The computational methods often used for predicting protein function are structure- and sequence-based methods [7], and multiple sequence alignment is one of the key steps in many bioinformatics analyses. Hence, protein binding characterization and quantitative comparison have long been of interest to the scientific community [8], and sequence alignment is an important component of such analyses.
Transcription factors are important for genetic regulation in all organisms and recognize sequence-specific regions in DNA called transcription factor binding sites (TFBSs). Through this type of interaction, transcription factors regulate (induce or repress) the expression of their target genes [9]. Annotating TFBSs is an important step in genome annotation. Many structure- and sequence-based methods have been developed for predicting TFBSs [10,11]. The recent increase in the number of experimentally resolved structures of protein–DNA complexes in the PDB database can help to annotate the DNA binding sites of novel transcription factor proteins identified in whole-genome sequencing projects that are homologous to these structural complexes.
Identifying binding sites is essential to achieving an understanding of catalytic reactions and to the classification of enzyme proteins involved in various biological processes. The number of 3D protein structures deposited in RCSB Protein Data Bank (PDB) [12,13] has greatly increased over the years (currently, >190,000 protein structures) and provides an excellent opportunity to study the conservation of amino acids involved in ligand binding across different protein families, species, and strains. With the increasing number of protein sequences obtained in large sequencing projects being deposited into, among others, the NCBI [14], ENSEMBL [15], and DDBJ [16] databases, it becomes ever more important to combine and compile data in order to identify residues that are involved in, for example, ligand binding. One strategy for mapping ligand binding residues is based on comparing homologous 3D protein structures from PDB that are bound with the ligand of interest and whose function and binding site are already characterized. For this purpose, it is important that known active-site residues from the crystallized characterized 3D protein structures can be transferred to uncharacterized protein sequences in a simple manner in order to identify the functionally and catalytically important residues.
Many excellent tools have been developed for this purpose; however, they have the limitations that they can be only used for comparing individual sequences against structural data. FeatureMap3D, a web-based tool, allows protein features to be mapped onto protein structures separately for each sequence submitted [17]. Many structure-based tools, such as LigAlign [18] and GASS-WEB [19], are available for mapping binding pockets using protein structures. Recently, it was reported that XSuLT, a web-based server, can be used for sequence annotation using structural information [20]. However, this tool cannot be used for mapping the DNA binding sites of transcription factor proteins.
As protein sequences provide insights into protein function, the mapping of functionally important amino acids from three-dimensional complexes onto proteins with unknown function can assist in protein evolutionary analyses and protein design. This demands for tools that can be used to transfer annotated features from characterized protein sequences to novel sequences. Given the necessity of transferring binding-site information about ligands such as drugs, DNA, substrates, or cofactors for large uncharacterized sequences from homologous PDB 3D protein structures, we developed MSALigMap, a user-friendly Python-based tool that requires only two input files. This tool can be used to assist the user in mapping the binding residues onto homologous non-structure protein sequences based on the sequences of PDB 3D protein structures provided by the user. However, this tool can be used particularly when the sequence identity for the selected sequences with similar function is above the twilight zone, i.e., above 30% identity. The MSALigMap server can be accessed at https://albiorix.bioenv.gu.se/MSALigMap/HomePage.py.

2. Materials and Methods

MSALigMap is a web-based tool (https://albiorix.bioenv.gu.se/MSALigMap/HomePage.py) developed in Python (>3.0) for protein sequence alignment and the mapping of functionally important amino acids onto known and novel unannotated homologous sequences with similar function. The web interface was developed in HTML on the XAMPP server running on a Linux system. Python CGI programming was used for developing MSALigMap. This tool was not designed to generate alignment of its own; rather, the current version uses MAFFT [21] for multiple sequence alignment. The MSALigMap server depends on Biopython [22]. The SeqIO class module from Biopython is used for reading the sequence file input. All input and output functionalities are performed in standard Python. The major challenge of the server is the quality of multiple sequence alignment generated, which depends upon the sequences selected by the user for the analysis.
MSALigMap analyzes each of the sequences and structures in the provided sequence file. The definition of secondary structure of proteins (DSSP) of the structure is used for extracting 2D details from the 3D protein structures. PDBsum is used for extracting the ligand-binding- and DNA-binding-site information. The command line version of ClustalO is used for performing the multiple sequence alignment of the user-specified protein sequences.
The basic workflow is illustrated in Figure 1. For mapping small-molecule binding sites, two input files are required: a sequence file in FASTA format and a PDB code with chain and ligand information, here exemplified with the PDB crystal structure of carbonyl reductase (3WXB:A) [23]. On the other hand, for protein–peptide binding-site analyses, the files required are a sequence file in FASTA format and the PDB code, which is provided here with the example from the protein sequence of the LRX crystal structure of the LRX protein in complex with the RALF peptide from Arabidopsis, i.e., 6QWN [24]. For mapping DNA binding sites, a sequence input file in FASTA format is required, where the sequence header of the structure has the PDB code and chain information, exemplified here with the Arabidopsis WRKY4 domain, AtWRKY4, in complex with DNA (2LEX) [25].
The identified PDB codes are searched in the PDB database and downloaded (Figure 1A). The protein sequence file of the protein structures is extracted from the PDB file for computational analyses (Figure 1B).
The protein sequences are extracted from the PDB atom file, and the non-structure protein sequences are aligned using the ClustalO tool, which is installed locally (Figure 1C). There are different multiple sequence alignment programs, and it is important that the user makes sure that the alignment is strongly homologous, i.e., at least 30% protein sequence identity. Several programs can be used; we used ClustalO. There is currently no limitation when it comes to the number of sequences to be used to run multiple sequence alignment; however, the higher the number is (e.g., 100 sequences), the more time is needed to run the calculation. Thus, there is no threshold for multiple sequence alignment, but a slower run is expected for higher numbers.
The DSSP protein secondary structure annotations of the PDB 3D protein structures are extracted from the MRS server [26] using the BeautifulSoup module in Python (Figure 1D). Thereafter, the binding-site analysis starts.
For protein–ligand and protein–peptide complexes, the ligand and peptide binding amino-acid residues whose interactions are classified as hydrogen-bonded or non-bonded are extracted using the LigPlot [27] output available on the PDBSum [28] database for the computational analysis. For protein–DNA complexes, the DNA-binding-site amino acids are identified using NucPlot [29] from the PDBSum database (Figure 1E).
The mapping of functionally important amino acids is then performed with MSALigMap (Figure 1F). MSALigMap analyzes each of the structures in the alignment of the features identified in the above steps. These data are transformed into an HTML-formatted file for displaying the annotated features as presented in Table 1. The mapped binding-site information on protein structures and sequences is displayed in alignment format for a better understanding of the identical and substituted amino acids identified in the sequences. Identical positions are colored in red, and substituted positions are colored in blue shades.

3. Results

MSALigMap is a web-based feature annotation tool for annotating functionally important amino acids that interact with ligands, peptides, and DNA molecules. The server is freely available at https://albiorix.bioenv.gu.se/MSALigMap/HomePage.py. The input sequences are submitted through the URL. The current version of the server has options for separately analyzing protein–ligand, protein–DNA, and protein–peptide complexes (Figure 2). The protein–ligand and protein–peptide programs require two inputs: (i) a multiFASTA unaligned sequence file, which can be uploaded as a file, and (ii) comma-separated PDB codes with chains (e.g., 3WXB:A, 3O26:A) [23,30], for DNA (e.g., 2LEX), and peptides (e.g., 6QWN) [24]. However, for protein–DNA complex analyses, a multiFASTA unaligned sequence file, which can be uploaded as a file, is required. The FASTA header of the sequences of protein structures should have a PDB code and chain information (e.g., 2LEX:A) [25].
It is essential that the sequence identifiers of the protein structures match the PDB codes and are identical in the sequence file and information in the text box for ligand information in protein–ligand analyses. If the provided PDB codes do not match the standard format of the PDB database, the program considers the sequence as a non-structure sequence. The server output consists of two sections: first, a formatted alignment of PDB sequences and non-structure sequences with color-coded information for secondary structures and binding-site amino acids; second, the sub-section of aligned binding-site amino acids that are color-coded based on positions that are identical (red) and substituted (blue) across all sequences.

3.1. MSALigMap Example: Protein–Ligand Analysis

The main features of MSALigMap are the color-coded secondary structure alignment of the PDB structure and the mapping of ligand binding amino-acid residues onto non-PDB sequences (Figure 3A). Next, the tool displays the mapped amino acids that form both hydrogen-bonded and non-bonded interactions for easy comparison (Figure 3B). To exemplify the use of MSALigMap, we chose PDB crystal structures, 3WXB [23] and 3O26 [30], for two proteins (carbonyl reductase and salutaridine reductase, respectively) that are short-chain dehydrogenases bound with NADPH (Table 2, Figure 4A). We used these structures to annotate the NADPH cofactor binding amino-acid residues of the protein sequences PORA (O48741) [31], PORB (P21218) [31], and PORC (Q42536) [32], the three forms of NADPH:protochlorophyllide oxidoreductase (POR) in Arabidopsis thaliana (Arabidopsis) [33] (Table 2). The input file to be provided was a multiple FASTA file containing the protein sequences of the three Arabidopsis POR proteins and the two crystal structures. Secondly, information containing the PDB code with the chain ID (as provided in PDB) in a comma-separated format (3WXB:A, 3O26:A) was added.
The mapped active-site amino-acid residues are color-coded based on their physicochemical properties (Clustal X color palette); hydrogen-bonded amino acids are designated in bold, and non-bonded interacting amino acids are underlined. Secondary structure information about the PDB 3D crystal structures is provided to facilitate a comparison of the conservation of secondary structure elements across the sequences of protein crystal structures. The results of the sequence alignment of both bonded and non-bonded amino-acid residues are shown below to illustrate the level of conservation of active-site amino acids among the proteins of interest. The alignment of amino acids of the binding site alone is provided, where identical and mutated/substituted amino acids are color-shaded in red and blue, respectively. In the current analysis, of the 13 amino acids that formed a hydrogen bond between the ligand NDP and the protein, 4 were highly conserved across the sequences used in the study. However, of the 33 amino acids that were identified as forming non-bonded interactions, 9 amino acids were identified to be highly conserved.

3.2. MSALigMap Example: Protein–Peptide Analysis

Cell-wall-monitoring leucine-rich repeat (LRR) extension proteins (LRXs) represent an example of proteins that bind to redundant signaling RALF peptides. The protein sequence of the LRX crystal structure of the LRX protein in complex with the RALF peptide in Arabidopsis (PDB code: 6QWN) [24] was used for searching homologous sequences in Triticum aestivum (wheat) using the BLASTP program (Table 2, Figure 4B). Two homologous protein sequences, leucine-rich repeat extension-like protein 4 (XP_044348989) and pollen-specific leucine-rich repeat extension-like protein 4 (XP_044380700), were selected to map the RALF peptide binding sites using the structural information from homologous structural data of Arabidopsis (Table 2). The secondary structural information of 6QWN and the hydrogen-bonded and non-hydrogen-bonded interactions are shown in Figure 5A. The binding-site comparison between the LRXs of Arabidopsis and wheat revealed high conservation. Figure 5B displays the mapped hydrogen-bonded and non-bonded interactions between the LRX proteins sequences of Arabidopsis and wheat.

3.3. MSALigMap Example: Protein–DNA Analysis

The output of the protein–DNA analysis was very similar to that of the protein–ligand analysis. To illustrate the use of our tool, we chose the NMR structure of the Arabidopsis WRKY4 domain, AtWRKY4, in complex with DNA (PDB code: 2LEX) [25] (Table 2, Figure 4C). A previous study reported 297 WRKY genes in the wheat genome, of which 194 representative sequences were classified into groups I, II, and III [34]. For the current example, we used these 194 WRKY sequences to map their DNA binding sites [34]. We used this structural information of Arabidopsis WRKY4 to annotate the binding sites of 194 WRKY domain sequences identified in the Triticum aestivum (wheat) genome (Figure S1). In Figure 6A,B, to present the functionality of the protein–DNA binding tool of MSALigMap, we display 10 WRKY group I sequences. The secondary structural information of the crystal structure and the DNA binding amino acids of the crystal structure are highlighted (Figure 6A). The DNA binding site in 2LEX was found within the first two beta strands. Furthermore, the mapped binding sites of the crystal structure and the user-provided sequences are separately displayed to show the conservation between the sequences (Figure 6B). Comparing the 194 WRKY protein sequences of wheat with the crystal structure of Arabidopsis (PDB code: 2LEX) revealed that the DNA binding sites between these sequences are highly conserved. Three of the eight amino acids in the DNA binding site (Figure S1) that bind to the DNA molecule are highly conserved across all the sequences. Similarly, the DNA binding amino acids of 56 transcription factor families could be mapped to further understand DNA binding amino acids conservation within each family and subfamily of transcription factors. Using the current tool, the DNA binding amino acids of all transcription factor proteins in the genome of wheat could be annotated and compared for studying protein evolution in the different genes of the genome.

4. Discussion

It is not possible to use the tools presented here to distinguish whether mapped protein–ligand interactions are within the protein backbone or sidechain; for that purpose, the recently launched LiBiSco program can be used [35]. The ligand binding sites mapped using one or many crystal structures can be applied to several sequences and be reliable, as long as the protein sequences have similar function and sequence similarity greater than 30%, a typical cut off for protein modelling. Other very useful similar tools exist online, but they have limitations related to showing the binding sites of the sequence (e.g., XSult [20] or Alignment-Annotator web server [36]) or they have limited annotations (e.g., the SwissRegulon database of genome-wide annotations of regulatory sites currently has only 17 prokaryotes and 3 eukaryotes in their collection [37,38]. Thus, the proposed MSALigMap tool is novel and not limited in capabilities in terms of showing the binding sites in the sequence output for protein–ligand, protein–peptide, and protein–DNA complexes. MSALigMap facilitates the functional mapping of amino acids onto sequences that are obtained with whole-genome sequencing and have limited information in databases.
An important application of functional annotation is the mapping of ligand and DNA binding amino-acid residues from characterized proteins onto novel protein sequences that are generated in genome sequencing projects. In this context, MSALigMap is presented as a tool for mapping the active-site amino-acid residues that bind to either ligand or DNA onto the sequences of proteins with unknown functions by transferring information extracted from structural data of protein structural complexes. These mapped residues can be then used by users to carry out further experimental studies for exploring the efficiency of these mapped amino acids; alternatively, any in silico tools, such as Variant Effect Predictor (VEP) [39], or available machine learning approaches [40] can be used to understand the loss of function or their effect in binding efficiency. We believe that MSALigMap will be a useful tool for the functional annotation community. The analysis can also be applied to sequences from different clinical strains to map drug binding or DNA binding amino-acid residues, thus helping to identify the positions with mutations that can be further correlated to phenotypic characteristics. However, the major limitation of the server is that the submitted sequences used for mapping should have similar functions and sequence identity above the twilight zone (>30% identity). The future update of MSALigMap will possibly include options for mapping binding-site information separately for individual domain sequences of multidomain protein families.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/life12122082/s1, Figure S1: Annotation of the DNA binding site of 194 WRKY domain sequences identified in the Triticum aestivum (wheat) genome.

Author Contributions

Conception and design of the experiments, S.H., S.H.S. and H.A.; execution of the experiments, S.H. and S.H.S.; data analysis, S.H., S.H.S., M.T. and H.A.; writing of the paper, S.H., S.H.S., M.T. and H.A.; funding acquisition, H.A. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Carl Tryggers Foundation (CTS 15:34, CTS 17:32).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data that support the findings of this study are available from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

References

  1. Denoeud, F.; Aury, J.-M.; Da Silva, C.; Noel, B.; Rogier, O.; Delledonne, M.; Morgante, M.; Valle, G.; Wincker, P.; Scarpelli, C.; et al. Annotating genomes with massive-scale RNA sequencing. Genome Biol. 2008, 9, R175. [Google Scholar] [CrossRef] [PubMed]
  2. Park, S.-C.; Lee, K.; Kim, Y.O.; Won, S.; Chun, J. Large-Scale Genomics Reveals the Genetic Characteristics of Seven Species and Importance of Phylogenetic Distance for Estimating Pan-Genome Size. Front. Microbiol. 2019, 10, 834. [Google Scholar] [CrossRef] [PubMed]
  3. Ghatak, S.; King, Z.A.; Sastry, A.; Palsson, B.O. The y-ome defines the 35% of Escherichia coli genes that lack experimental evidence of function. Nucleic Acids Res. 2019, 47, 2446–2454. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Chang, Y.-C.; Hu, Z.; Rachlin, J.; Anton, B.P.; Kasif, S.; Roberts, R.J.; Steffen, M. COMBREX-DB: An experiment centered database of protein function: Knowledge, predictions and knowledge gaps. Nucleic Acids Res. 2015, 44, D330–D335. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Goldstrohm, A.C.; Hall, T.M.T.; McKenney, K.M. Post-transcriptional Regulatory Functions of Mammalian Pumilio Proteins. Trends Genet. 2018, 34, 972–990. [Google Scholar] [CrossRef]
  6. Li, X.; Li, X.; Li, Y.; Yu, C.; Xue, W.; Hu, J.; Li, B.; Wang, P.; Zhu, F. What Makes Species Productive of Anti-Cancer Drugs? Clues from Drugs’ Species Origin, Druglikeness, Target and Pathway. Anticancer Agents Med. Chem. 2019, 19, 194–203. [Google Scholar] [CrossRef]
  7. Cruz, L.M.; Trefflich, S.; Weiss, V.A.; Castro, M.A.A. Protein Function Prediction. In Functional Genomics. Methods in Molecular Biology; Kaufmann, M., Klinger, C., Savelsbergh, A., Eds.; Humana Press: New York, NY, USA, 2017; Volume 1654, pp. 55–75. [Google Scholar] [CrossRef]
  8. Shulman-Peleg, A.; Shatsky, M.; Nussinov, R.; Wolfson, H.J. MultiBind and MAPPIS: Webservers for multiple alignment of protein 3D-binding sites and their in-teractions. Nucleic Acids Res. 2008, 36, W260–W264. [Google Scholar] [CrossRef] [Green Version]
  9. Rosanova, A.; Colliva, A.; Osella, M.; Caselle, M. Modelling the evolution of transcription factor binding preferences in complex eukaryotes. Sci. Rep. 2017, 7, 7596. [Google Scholar] [CrossRef]
  10. Stormo, G.D. DNA binding sites: Representation and discovery. Bioinformatics 2000, 16, 16–23. [Google Scholar] [CrossRef] [Green Version]
  11. Farrel, A.; Murphy, J.; Guo, J.-T. Structure-based prediction of transcription factor binding specificity using an integrative energy function. Bioinformatics 2016, 32, i306–i313. [Google Scholar] [CrossRef] [Green Version]
  12. Moore, P.B. The PDB and the ribosome. J. Biol. Chem. 2021, 296, 100561. [Google Scholar] [CrossRef]
  13. Berman, H.M.; Battistuz, T.; Bhat, T.N.; Bluhm, W.F.; Bourne, P.E.; Burkhardt, K.; Feng, Z.; Gilliland, G.L.; Iype, L.; Jain, S.; et al. The protein data bank. Acta Crystallogr. Sect. D Biol. Crystallogr. 2002, 58, 899–907. Available online: https://www.rcsb.org/ (accessed on 1 October 2022). [CrossRef]
  14. Sayers, E.W.; Beck, J.; Bolton, E.E.; Bourexis, D.; Brister, J.R.; Canese, K.; Comeau, D.C.; Funk, K.; Kim, S.; Klimke, W. Database resources of the National Center for Biotechnology Information in 2023. Nucleic Acids Res. 2021, 49, D10–D17. [Google Scholar] [CrossRef]
  15. Howe, K.L.; Achuthan, P.; Allen, J.; Allen, J.; Alvarez-Jarreta, J.; Amode, M.R.; Armean, I.M.; Azov, A.G.; Bennett, R.; Bhai, J.; et al. Ensembl 2021. Nucleic Acids Res. 2021, 49, D884–D891. [Google Scholar] [CrossRef]
  16. Ogasawara, O.; Kodama, Y.; Mashima, J.; Kosuge, T.; Fujisawa, T. DDBJ Database updates and computational infrastructure enhancement. Nucleic Acids Res. 2020, 48, D45–D50. [Google Scholar] [CrossRef]
  17. Wernersson, R.; Rapacki, K.; Staerfeldt, H.-H.; Sackett, P.W.; Molgaard, A. FeatureMap3D--a tool to map protein features and sequence conservation onto homologous structures in the PDB. Nucleic Acids Res. 2006, 34, W84–W88. [Google Scholar] [CrossRef] [Green Version]
  18. Heifets, A.; Lilien, R.H. LigAlign: Flexible ligand-based active site alignment and analysis. J. Mol. Graph. Model. 2010, 29, 93–101. [Google Scholar] [CrossRef]
  19. Moraes, J.P.A.; Pappa, G.L.; Pires, D.E.V.; Izidoro, S.C. GASS-WEB: A web server for identifying enzyme active sites based on genetic algorithms. Nucleic Acids Res. 2017, 45, W315–W319. [Google Scholar] [CrossRef] [Green Version]
  20. Ochoa-Montaño, B.; Blundell, T.L. XSuLT: A web server for structural annotation and representation of sequence-structure alignments. Nucleic Acids Res. 2017, 45, W381–W387. [Google Scholar] [CrossRef]
  21. Katoh, K.; Standley, D.M. MAFFT multiple sequence alignment software version 7: Improvements in perfor-mance and usability. Mol. Biol. Evol. 2013, 30, 772–780. [Google Scholar] [CrossRef] [Green Version]
  22. Van Rossom, G.; Drake, F.L. Python/C Api Manual-Python 3; CreateSpace: Scotts Valley, CA, USA, 2009; Available online: https://biopython.org/ (accessed on 1 October 2022).
  23. Fukuda, Y.; Sone, T.; Sakuraba, H.; Araki, T.; Ohshima, T.; Shibata, T.; Yoneda, K. A novel NAD(P)H-dependent carbonyl reductase specifically expressed in the thyroidectomized chicken fatty liver: Catalytic properties and crystal structure. FEBS J. 2015, 282, 3918–3928. [Google Scholar] [CrossRef] [PubMed]
  24. Moussu, S.; Broyart, C.; Santos-Fernandez, G.; Augustin, S.; Wehrle, S.; Grossniklaus, U.; Santiago, J. Structural basis for recognition of RALF peptides by LRX proteins during pollen tube growth. Proc. Natl. Acad. Sci. USA 2020, 117, 7494–7503. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Yamasaki, K.; Kigawa, T.; Watanabe, S.; Inoue, M.; Yamasaki, T.; Seki, M.; Shinozaki, K.; Yokoyama, S. Structural Basis for Sequence-specific DNA Recognition by an Arabidopsis WRKY Transcription Factor. J. Biol. Chem. 2012, 287, 7683–7691. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  26. Hekkelman, M.L.; Vriend, G. MRS: A fast and compact retrieval system for biological data. Nucleic Acids Res. 2005, 33, W766–W769. Available online: https://mrs.cmbi.umcn.nl/ (accessed on 1 October 2022). [CrossRef] [PubMed] [Green Version]
  27. Laskowski, R.A.; Swindells, M.B. LigPlot+: Multiple ligand–protein interaction diagrams for drug discovery. J. Chem. Inf. Model. 2011, 51, 2778–2786. [Google Scholar] [CrossRef]
  28. Laskowski, R.A.; Jabłońska, J.; Pravda, L.; Vařeková, R.S.; Thornton, J. PDBsum: Structural summaries of PDB entries. Protein Sci. 2017, 27, 129–134. [Google Scholar] [CrossRef]
  29. Luscombe, N.M.; Laskowski, R.A.; Thornton, J.M. NUCPLOT: A program to generate schematic diagrams of protein-nucleic acid interactions. Nucleic Acids Res. 1997, 25, 4940–4945. [Google Scholar] [CrossRef] [Green Version]
  30. Higashi, Y.; Kutchan, T.M.; Smith, T.J. Atomic structure of salutaridine reductase from the opium poppy (Papaver som-niferum). J. Biol. Chem. 2011, 286, 6532–6541. [Google Scholar] [CrossRef] [Green Version]
  31. Armstrong, G.A.; Runge, S.; Frick, G.; Sperling, U.; Apel, K. Identification of NADPH:Protochlorophyllide Oxidoreductases A and B: A Branched Pathway for Light-Dependent Chlorophyll Biosynthesis in Arabidopsis thaliana. Plant Physiol. 1995, 108, 1505–1517. [Google Scholar] [CrossRef]
  32. Oosawa, N.; Masuda, T.; Awai, K.; Fusada, N.; Shimada, H.; Ohta, H.; Takamiya, K.-I. Identification and light-induced expression of a novel gene of NADPH-protochlorophyllide oxidoreductase isoform in Arabidopsis thaliana. FEBS Lett. 2000, 474, 133–136. [Google Scholar] [CrossRef] [Green Version]
  33. Aronsson, H.; Sundqvist, C.; Dahlin, C. POR–import and membrane association of a key element in chloroplast development. Physiol. Plant. 2003, 118, 1–9. [Google Scholar] [CrossRef]
  34. Hassan, S.; Lethin, J.; Blomberg, R.; Mousavi, H.; Aronsson, H. In silico based screening of WRKY genes for identifying functional genes regulated by WRKY under salt stress. Comput. Biol. Chem. 2019, 83, 107131. [Google Scholar] [CrossRef]
  35. Hassan, S.; Töpel, M.; Aronsson, H. Ligand Binding Site Comparison—LiBiSCo—A web-based tool for analyzing interac-tions between proteins and ligands to explore amino acid specificity within active sites. Proteins Struct. Funct. Bioinform. 2021, 89, 1530–1540. [Google Scholar] [CrossRef]
  36. Gille, C.; Fähling, M.; Weyand, B.; Wieland, T.; Gille, A. Alignment-Annotator web server: Rendering and annotating sequence alignments. Nucleic Acids Res. 2014, 42, W3–W6. [Google Scholar] [CrossRef]
  37. Pachkov, M.; Erb, I.; Molina, N.; van Nimwegen, E. SwissRegulon: A database of genome-wide annotations of regulatory sites. Nucleic Acids Res. 2006, 35, D127–D131. Available online: https://swissregulon.unibas.ch/ (accessed on 1 October 2022). [CrossRef] [Green Version]
  38. Pachkov, M.; Balwierz, P.J.; Arnold, P.; Ozonov, E.; van Nimwegen, E. SwissRegulon, a database of genome-wide annotations of regulatory sites: Recent updates. Nucleic Acids Res. 2012, 41, D214–D220. Available online: https://swissregulon.unibas.ch/ (accessed on 1 October 2022). [CrossRef] [Green Version]
  39. McLaren, W.; Gil, L.; Hunt, S.E.; Riat, H.S.; Ritchie, G.R.S.; Thormann, A.; Flicek, P.; Cunningham, F. The Ensembl Variant Effect Predictor. Genome Biol. 2016, 17, 122. Available online: https://grch37.ensembl.org/info/docs/tools/vep/index.html (accessed on 1 October 2022). [CrossRef] [Green Version]
  40. Høie, M.H.; Cagiada, M.; Frederiksen, A.H.B.; Stein, A.; Lindorff-Larsen, K. Predicting and interpreting large-scale mutagenesis data using analyses of protein stability and conservation. Cell Rep. 2022, 38. [Google Scholar] [CrossRef]
Figure 1. Flowchart for the basic workflow using MSALigMap: First, a protein sequence file of interest is identified (A) before the extraction of a protein sequence from the atom file of the PDB structures (B). These sequences are then aligned (C). Using DSSP, the secondary structure of the PDB structures is extracted (D). In this step, the ligand, DNA, or peptide binding information is extracted from PDBsum (E). This leads to the compilation of the results (F).
Figure 1. Flowchart for the basic workflow using MSALigMap: First, a protein sequence file of interest is identified (A) before the extraction of a protein sequence from the atom file of the PDB structures (B). These sequences are then aligned (C). Using DSSP, the secondary structure of the PDB structures is extracted (D). In this step, the ligand, DNA, or peptide binding information is extracted from PDBsum (E). This leads to the compilation of the results (F).
Life 12 02082 g001
Figure 2. Screenshots of MSALigMap tool. The tool has options for analyzing interactions between protein–ligand complexes (A), protein–DNA complexes (B), and protein–peptide complexes (C).
Figure 2. Screenshots of MSALigMap tool. The tool has options for analyzing interactions between protein–ligand complexes (A), protein–DNA complexes (B), and protein–peptide complexes (C).
Life 12 02082 g002
Figure 3. Multiple sequence alignment of NADPH:protochlorophyllide oxidoreductase (POR) is used as a representative example of a protein–ligand analysis: (A) alignment with color-coded secondary structures; (B) hydrogen-bonded and non-bonded interacting residues retrieved with the alignment. Conserved amino acids are shown in bold/are framed with a square. B, beta-bridge residue; E, extended strand (in beta ladder); G, 3/10 helix; H, hydrogen bond; I, Pi-helix; S, bend; T, H-bonded turn.
Figure 3. Multiple sequence alignment of NADPH:protochlorophyllide oxidoreductase (POR) is used as a representative example of a protein–ligand analysis: (A) alignment with color-coded secondary structures; (B) hydrogen-bonded and non-bonded interacting residues retrieved with the alignment. Conserved amino acids are shown in bold/are framed with a square. B, beta-bridge residue; E, extended strand (in beta ladder); G, 3/10 helix; H, hydrogen bond; I, Pi-helix; S, bend; T, H-bonded turn.
Life 12 02082 g003
Figure 4. Crystal structure examples given for each feature of MSALigMap. A 3D structure is provided for visualization of the analyzed part for each given example: protein–ligand, 3WXB, carbonyl reductase, Gallus gallus [23] (A); protein–peptide, 6QWN, leucine-rich repeat (LRR) extension proteins (LRXs)/RALF, Arabidopsis thaliana [24] (B); protein–DNA, 2LEX, AtWRKY4, Arabidopsis thaliana [25] (C).
Figure 4. Crystal structure examples given for each feature of MSALigMap. A 3D structure is provided for visualization of the analyzed part for each given example: protein–ligand, 3WXB, carbonyl reductase, Gallus gallus [23] (A); protein–peptide, 6QWN, leucine-rich repeat (LRR) extension proteins (LRXs)/RALF, Arabidopsis thaliana [24] (B); protein–DNA, 2LEX, AtWRKY4, Arabidopsis thaliana [25] (C).
Life 12 02082 g004
Figure 5. Multiple sequence alignment of leucine-rich repeat (LRR) extension proteins (LRXs) is used as a representative example of a protein–peptide analysis: (A) alignment with color-coded secondary structures; (B) hydrogen-bonded and non-bonded interacting residues retrieved with the alignment. Conserved amino acids are shown in bold/are framed with a square. B, beta-bridge residue; E, extended strand (in beta ladder); G, 3/10 helix; H, hydrogen bond; I, Pi-helix; S, bend; T, H-bonded turn.
Figure 5. Multiple sequence alignment of leucine-rich repeat (LRR) extension proteins (LRXs) is used as a representative example of a protein–peptide analysis: (A) alignment with color-coded secondary structures; (B) hydrogen-bonded and non-bonded interacting residues retrieved with the alignment. Conserved amino acids are shown in bold/are framed with a square. B, beta-bridge residue; E, extended strand (in beta ladder); G, 3/10 helix; H, hydrogen bond; I, Pi-helix; S, bend; T, H-bonded turn.
Life 12 02082 g005
Figure 6. Multiple sequence alignment of WRKY transcription factor is used as a representative example of a protein–DNA analysis: (A) alignment with color-coded secondary structures; (B) alignment of the mapped residues retrieved with the alignment. Conserved amino acids are shown in bold/are framed with a square. B, beta-bridge residue; E, extended strand (in beta ladder); G, 3/10 helix; H, hydrogen bond; I, Pi-helix; S, bend; T, H-bonded turn.
Figure 6. Multiple sequence alignment of WRKY transcription factor is used as a representative example of a protein–DNA analysis: (A) alignment with color-coded secondary structures; (B) alignment of the mapped residues retrieved with the alignment. Conserved amino acids are shown in bold/are framed with a square. B, beta-bridge residue; E, extended strand (in beta ladder); G, 3/10 helix; H, hydrogen bond; I, Pi-helix; S, bend; T, H-bonded turn.
Life 12 02082 g006
Table 1. MSALigMap alignment formatting of residue type, secondary structural features, and interaction types.
Table 1. MSALigMap alignment formatting of residue type, secondary structural features, and interaction types.
Structural FeatureFormat
Alpha helixH
Beta strandE
310 helixG
Pi helixI
BendS
Beta–bridgeB
TurnT
Hydrogen bondBold
Non-bonded interactionUnderlined
Residue typeClustalX color palette
Table 2. Summary of example complexes provided for use of the different MSALigMap features.
Table 2. Summary of example complexes provided for use of the different MSALigMap features.
MSALigMapAccession No. Name, Organism, Citation
Protein–ligand3WXB
3O26
O48741
P21218
Q42536
carbonyl reductase, Gallus gallus [23]
salutaridine reductase, Papaver somniferum [30]
NADPH:protochlorophyllide oxidoreductase A (PORA),
Arabidopsis thaliana [31]
PORB, Arabidopsis thaliana [31]
PORC, Arabidopsis thaliana [32]
Protein–peptide6QWN
XP_044348989
XP_044380700
leucine-rich repeat (LRR) extension proteins (LRXs)/RALF, Arabidopsis thaliana [24]
leucine-rich repeat extension-like protein 4, Triticum aestivum
pollen-specific leucine-rich repeat extension-like protein 4, Triticum aestivum
Protein–DNA2LEX
WRKY
AtWRKY4, Arabidopsis thaliana [25]
TaWRKY, Triticum aestivum [34]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Hassan, S.; Haleemath Sameer, S.; Töpel, M.; Aronsson, H. MSALigMap—A Tool for Mapping Active-Site Amino Acids in PDB Structures onto Known and Novel Unannotated Homologous Sequences with Similar Function. Life 2022, 12, 2082. https://doi.org/10.3390/life12122082

AMA Style

Hassan S, Haleemath Sameer S, Töpel M, Aronsson H. MSALigMap—A Tool for Mapping Active-Site Amino Acids in PDB Structures onto Known and Novel Unannotated Homologous Sequences with Similar Function. Life. 2022; 12(12):2082. https://doi.org/10.3390/life12122082

Chicago/Turabian Style

Hassan, Sameer, Sameena Haleemath Sameer, Mats Töpel, and Henrik Aronsson. 2022. "MSALigMap—A Tool for Mapping Active-Site Amino Acids in PDB Structures onto Known and Novel Unannotated Homologous Sequences with Similar Function" Life 12, no. 12: 2082. https://doi.org/10.3390/life12122082

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop