PubMed Health⌕ Search

Biomedical subjects

Naohiro Matsugaki

Publications and source records attributed to Naohiro Matsugaki.

12 recordsLinked to original sources

Development of an automated large-scale protein-crystallization and monitoring system for high-throughput protein-structure analyses.

Protein crystallization remains one of the bottlenecks in crystallographic analysis of macromolecules. An automated large-scale protein-crystallization system named PXS has been developed consisting of the following subsystems, which proceed in parallel under unified control software: dispensing precipitants and protein solutions, sealing crystallization plates, carrying robot, incubators, observation system and image-storage server. A sitting-drop crystallization plate specialized for PXS has also been designed and developed. PXS can set up 7680 drops for vapour diffusion per hour, which includes time for replenishing supplies such as disposable tips and crystallization plates. Images of the crystallization drops are automatically recorded according to a preprogrammed schedule and can be viewed by users remotely using web-based browser software. A number of protein crystals were successfully produced and several protein structures could be determined directly from crystals grown by PXS. In other cases, X-ray quality crystals were obtained by further optimization by manual screening based on the conditions found by PXS.

Automation↗

Structural basis for transcription inhibition by tagetitoxin.

Tagetitoxin (Tgt) inhibits transcription by an unknown mechanism. A structure at a resolution of 2.4 A of the Thermus thermophilus RNA polymerase (RNAP)-Tgt complex revealed that the Tgt-binding site within the RNAP secondary channel overlaps that of the stringent control effector ppGpp, which partially protects RNAP from Tgt inhibition. Tgt binding is mediated exclusively through polar interactions with the beta and beta' residues whose substitutions confer resistance to Tgt in vitro. Importantly, a Tgt phosphate, together with two active site acidic residues, coordinates the third Mg(2+) ion, which is distinct from the two catalytic metal ions. We show that Tgt inhibits all RNAP catalytic reactions and propose a mechanism in which the Tgt-bound Mg(2+) ion has a key role in stabilization of an inactive transcription intermediate. Remodeling of the active site by metal ions could be a common theme in the regulation of catalysis by nucleic acid enzymes.

Amino Acid Sequence↗

Structural basis of transcription inhibition by antibiotic streptolydigin.

Streptolydigin (Stl) is a potent inhibitor of bacterial RNA polymerases (RNAPs). The 2.4 A resolution structure of the Thermus thermophilus RNAP-Stl complex showed that, in full agreement with the available genetic data, the inhibitor binding site is located 20 A away from the RNAP active site and encompasses the bridge helix and the trigger loop, two elements that are considered to be crucial for RNAP catalytic center function. Structure-based biochemical experiments revealed additional determinants of Stl binding and demonstrated that Stl does not affect NTP substrate binding, DNA translocation, and phosphodiester bond formation. The RNAP-Stl complex structure, its comparison with the closely related substrate bound eukaryotic transcription elongation complexes, and biochemical analysis suggest an inhibitory mechanism in which Stl stabilizes catalytically inactive (preinsertion) substrate bound transcription intermediate, thereby blocking structural isomerization of RNAP to an active configuration. The results provide a basis for a design of new antibiotics utilizing the Stl-like mechanism.

Amino Acid Sequence↗

Allosteric modulation of the RNA polymerase catalytic reaction is an essential component of transcription control by rifamycins.

Rifamycins, the clinically important antibiotics, target bacterial RNA polymerase (RNAP). A proposed mechanism in which rifamycins sterically block the extension of nascent RNA beyond three nucleotides does not alone explain why certain RNAP mutations confer resistance to some but not other rifamycins. Here we show that unlike rifampicin and rifapentin, and contradictory to the steric model, rifabutin inhibits formation of the first and second phosphodiester bonds. We report 2.5 A resolution structures of rifabutin and rifapentin complexed with the Thermus thermophilus RNAP holoenzyme. The structures reveal functionally important distinct interactions of antibiotics with the initiation sigma factor. Strikingly, both complexes lack the catalytic Mg2+ ion observed in the apo-holoenzyme, whereas an increase in Mg2+ concentration confers resistance to rifamycins. We propose that a rifamycin-induced signal is transmitted over approximately 19 A to the RNAP active site to slow down catalysis. Based on structural predictions, we designed enzyme substitutions that apparently interrupt this allosteric signal.

Allosteric Regulation↗

Phytochemistry: structure of the blue cornflower pigment.

The same anthocyanin pigment makes roses red but cornflowers blue, a phenomenon that has so far not been entirely explained. Here we describe the X-ray crystal structure of the cornflower pigment, which reveals that its blue colour arises from a complex of six molecules each of anthocyanin and flavone, with one ferric iron, one magnesium and two calcium ions. We believe that this tetrametal complex may represent a previously undiscovered type of supermolecular pigment.

Anthocyanins↗

Molecular mechanism of ubiquitin recognition by GGA3 GAT domain.

GGA (Golgi-localizing, gamma-adaptin ear domain homology, ARF-binding) proteins, which constitute a family of clathrin coat adaptor proteins, have recently been shown to be involved in the ubiquitin-dependent sorting of receptors, through the interaction between the C-terminal three-helix-bundle of the GAT (GGA and Tom1) domain (C-GAT) and ubiquitin. We report here the crystal structure of human GGA3 C-GAT in complex with ubiquitin. A hydrophobic patch on C-GAT helices alpha1 and alpha2 forms a binding site for the hydrophobic Ile44 surface of ubiquitin. Two distinct orientations of ubiquitin Arg42 determine the shape and the charge distribution of ubiquitin Ile44 surface, leading to two different binding modes. Biochemical and NMR data strongly suggest another hydrophobic binding site on C-GAT helices alpha2 and alpha3, opposite to the first binding site, also binds ubiquitin although weakly. The double-sided ubiquitin binding provides the GAT domain with higher efficiency in recognizing ubiquitinated receptors for lysosomal receptor degradation.

ADP-Ribosylation Factors↗

Secure UNIX socket-based controlling system for high-throughput protein crystallography experiments.

A control system for high-throughput protein crystallography experiments has been developed based on a multilevel secure (SSL v2/v3) UNIX socket under the Linux operating system. Main features of protein crystallography experiments (purification, crystallization, loop preparation, data collecting, data processing) are dealt with by the software. All information necessary to perform protein crystallography experiments is stored (except raw X-ray data, that are stored in Network File Server) in a relational database (MySQL). The system consists of several servers and clients. TCP/IP secure UNIX sockets with four predefined behaviors [(a) listening to a request followed by a reply, (b) sending a request and waiting for a reply, (c) listening to a broadcast message, and (d) sending a broadcast message] support communications between all servers and clients allowing one to control experiments, view data, edit experimental conditions and perform data processing remotely. The usage of the interface software is well suited for developing well organized control software with a hierarchical structure of different software units (Gaponov et al., 1998), which will pass and receive different types of information. All communication is divided into two parts: low and top levels. Large and complicated control tasks are split into several smaller ones, which can be processed by control clients independently. For communicating with experimental equipment (beamline optical elements, robots, and specialized experimental equipment etc.), the STARS server, developed at the Photon Factory, is used (Kosuge et al., 2002). The STARS server allows any application with an open socket to be connected with any other clients that control experimental equipment. Majority of the source code is written in C/C++. GUI modules of the system were built mainly using Glade user interface builder for GTK+ and Gnome under Red Hat Linux 7.1 operating system.

Crystallography↗

Molecular mechanism of membrane recruitment of GGA by ARF in lysosomal protein transport.

GGAs are critical for trafficking soluble proteins from the trans-Golgi network (TGN) to endosomes/lysosomes through interactions with TGN-sorting receptors, ADP-ribosylation factor (ARF) and clathrin. ARF-GTP bound to TGN membranes recruits its effector GGA by binding to the GAT domain, thus facilitating recognition of GGA for cargo-loaded receptors. Here we report the X-ray crystal structures of the human GGA1-GAT domain and the complex between ARF1-GTP and the N-terminal region of the GAT domain. When unbound, the GAT domain forms an elongated bundle of three a-helices with a hydrophobic core. Structurally, this domain, combined with the preceding VHS domain, resembles CALM, an AP180 homolog involved in endocytosis. In the complex with ARF1-GTP, a helix-loop-helix of the N-terminal part of GGA1-GAT interacts with the switches 1 and 2 of ARF1 predominantly in a hydrophobic manner. These data reveal a molecular mechanism underlying membrane recruitment of adaptor proteins by ARF-GTP.

ADP-Ribosylation Factor 1↗

Structural basis for recognition of acidic-cluster dileucine sequence by GGA1.

GGAs (Golgi-localizing, gamma-adaptin ear homology domain, ARF-interacting proteins) are critical for the transport of soluble proteins from the trans-Golgi network (TGN) to endosomes/lysosomes by means of interactions with TGN-sorting receptors, ADP-ribosylation factor (ARF), and clathrin. The amino-terminal VHS domains of GGAs form complexes with the cytoplasmic domains of sorting receptors by recognizing acidic-cluster dileucine (ACLL) sequences. Here we report the X-ray structure of the GGA1 VHS domain alone, and in complex with the carboxy-terminal peptide of cation-independent mannose 6-phosphate receptor containing an ACLL sequence. The VHS domain forms a super helix with eight alpha-helices, similar to the VHS domains of TOM1 and Hrs. Unidirectional movements of helices alpha6 and alpha8, and some of their side chains, create a set of electrostatic and hydrophobic interactions for correct recognition of the ACLL peptide. This recognition mechanism provides the basis for regulation of protein transport from the TGN to endosomes/lysosomes, which is shared by sortilin and low-density lipoprotein receptor-related protein.

ADP-Ribosylation Factors↗

Structural basis for the accessory protein recruitment by the gamma-adaptin ear domain.

The adaptor proteins AP-1 and GGA regulate membrane traffic between the trans-Golgi network (TGN) and endosomes/lysosomes through ARF-regulated membrane association, recognition of sorting signals, and recruitment of clathrin and accessory proteins. The gamma 1-adaptin subunits of AP-1 and GGA possess homologous ear domains involved in the recruitment of accessory proteins, gamma-synergin and Rabaptin-5. The crystal structure of the human gamma 1-adaptin ear domain consists solely of an immunoglobulin-like fold, unlike the alpha-adaptin ear domain. Structure-based mutational analyses reveal a binding site for the accessory proteins that is composed of conserved basic residues, indicating that the recruitment mechanism in gamma 1-adaptin and GGA is distinct from that in alpha-adaptin.

Adaptor Protein Complex gamma Subunits↗