44 resultados para Inman E. Page Library
em CentAUR: Central Archive University of Reading - UK
Resumo:
Background: Maize is a good model system for cereal crop genetics and development because of its rich genetic heritage and well-characterized morphology. The sequencing of its genome is well advanced, and new technologies for efficient proteomic analysis are needed. Baculovirus expression systems have been used for the last twenty years to express in insect cells a wide variety of eukaryotic proteins that require complex folding or extensive posttranslational modification. More recently, baculovirus display technologies based on the expression of foreign sequences on the surface of Autographa californica ( AcMNPV) have been developed. We investigated the potential of a display methodology for a cDNA library of maize young seedlings. Results: We constructed a full-length cDNA library of young maize etiolated seedlings in the transfer vector pAcTMVSVG. The library contained a total of 2.5 x 10(5) independent clones. Expression of two known maize proteins, calreticulin and auxin binding protein (ABPI), was shown by western blot analysis of protein extracts from insect cells infected with the cDNA library. Display of the two proteins in infected insect cells was shown by selective biopanning using magnetic cell sorting and demonstrated proof of concept that the baculovirus maize cDNA display library could be used to identify and isolate proteins. Conclusion: The maize cDNA library constructed in this study relies on the novel technology of baculovirus display and is unique in currently published cDNA libraries. Produced to demonstrate proof of principle, it opens the way for the development of a eukaryotic in vivo display tool which would be ideally suited for rapid screening of the maize proteome for binding partners, such as proteins involved in hormone regulation or defence.
Resumo:
A prerequisite for the enrichment of antibodies screened from phage display libraries is their stable expression on a phage during multiple selection rounds. Thus, if stringent panning procedures are employed, selection is simultaneously driven by antigen affinity, stability and solubility. To take advantage of robust pre-selected scaffolds of such molecules, we grafted single-chain Fv (scFv) antibodies, previously isolated from a human phage display library after multiple rounds of in vitro panning on tumor cells, with the specificity of the clinically established murine monoclonal anti-CD22 antibody RFB4. We show that a panel of grafted scFvs retained the specificity of the murine monoclonal antibody, bound to the target antigen with high affinity (6.4-9.6 nM), and exhibited exceptional biophysical stability with retention of 89-93% of the initial binding activity after 6 days of incubation in human serum at 37degreesC. Selection of stable human scaffolds with high sequence identity to both the human germline and the rodent frameworks required only a small number of murine residues to be retained within the human frameworks in order to maintain the structural integrity of the antigen binding site. We expect this approach may be applicable for the rapid generation of highly stable humanized antibodies with low immunogenic potential.
Resumo:
A novel protocol for rapid and efficient purification of antimicrobial peptides from plant seedlings has been developed. Two peptides with antimicrobial activity, designated p1 and p2, were purified nearly to homogeneity from Scots pine seedlings by a combination of sulfuric acid extraction, ammonium sulfate precipitation, heat-inactivation and ion-exchange chromatography on phosphocellulose. Purified proteins had molecular masses of 11 kDa (p1) and 5.8 kDa (p2) and were identified by mass spectrometry as defensin and lipid-transfer protein, respectively. We demonstrated their growth inhibitory effects against a group of phytopathogenic fungi. Furthermore, we report for the first time molecular cloning and characterization of defensin I cDNA from Scots pine. A cDNA expression library from 7 days Scots pine seedlings was generated and used to isolate a cDNA clone corresponding to Scots pine defensin, termed PsDef1. The full-length coding sequence of PsDef1 is 252 bp in length and has an open reading frame capable to encode a protein of 83 amino residues. The deduced sequence has the typical features of plant defensins, including an endoplasmic reticulum signal sequence of 33 aa, followed by a characteristic defensin domain of 50 amino acids representing its active form. The calculated molecular weight of the mature form of PsDef1 is 5601.6 Da, which correlates well with the results of SDS-PAGE analysis. Finally, the antimicrobial properties of PsDef1 against a panel of fungi and bacteria define it as a member of the morphogenic group of plant defensins. (C) 2009 Elsevier Inc. All rights reserved.
Resumo:
Raised levels of chylomicrons and chylomicron remnants, which circulate following a meal, have been implicated in the development of atherosclerosis. Apolipoprotein (apo) B-48 is exclusively associated with chylomicron particles and provides a specific direct measurement of the number of intestinally derived lipoproteins in the circulation. The quantification of apo B-48 in biological samples is difficult due to the very low concentration in plasma, structural similarity to the N-terminal 48% of apo B-100 and lack of an appropriate standard for apo B-48. Sodium dodecyl sulphate polyacrylamide gel electrophoresis (SDS-PAGE), followed by coomassie blue staining, has been used for many years to measure apo B-48 levels in triacylglycerol (TAG)-rich lipoprotein samples. The raising of antiserum to apo B-48 has led to development of more sensitive and specific methods including immunoblotting and enzyme-linked immunosorbant assays (ELISAs). This has enabled direct measurement of apo B-48 in plasma without the need for separation into TAG-rich lipoproteins. A high degree of variability was observed in the apo B-48 concentrations reported in the literature both within and between the SDS-PAGE, immunoblotting and ELISA methods. (C) 2004 Elsevier Ireland Ltd. All rights reserved.
Resumo:
Free-flow isoelectric focusing (IEF) is a gel-free method for separating proteins based on their isoelectric point (pl) in a liquid environment and in the presence of carrier ampholytes. this method has been used with the RotoforTM cell at the preparative scale to fractionate proteins from samples containing several hundred milligrams of protein; see the refeences listed in Bio-Rad bulletin 3152. the MicroRotofor cell applies the same method to much sl=maller protein samples without dilution, separating and recoverng milligram quantities of protein in a total volume of about 2 ml.
Resumo:
With the transition to multicore processors almost complete, the parallel processing community is seeking efficient ways to port legacy message passing applications on shared memory and multicore processors. MPJ Express is our reference implementation of Message Passing Interface (MPI)-like bindings for the Java language. Starting with the current release, the MPJ Express software can be configured in two modes: the multicore and the cluster mode. In the multicore mode, parallel Java applications execute on shared memory or multicore processors. In the cluster mode, Java applications parallelized using MPJ Express can be executed on distributed memory platforms like compute clusters and clouds. The multicore device has been implemented using Java threads in order to satisfy two main design goals of portability and performance. We also discuss the challenges of integrating the multicore device in the MPJ Express software. This turned out to be a challenging task because the parallel application executes in a single JVM in the multicore mode. On the contrary in the cluster mode, the parallel user application executes in multiple JVMs. Due to these inherent architectural differences between the two modes, the MPJ Express runtime is modified to ensure correct semantics of the parallel program. Towards the end, we compare performance of MPJ Express (multicore mode) with other C and Java message passing libraries---including mpiJava, MPJ/Ibis, MPICH2, MPJ Express (cluster mode)---on shared memory and multicore processors. We found out that MPJ Express performs signicantly better in the multicore mode than in the cluster mode. Not only this but the MPJ Express software also performs better in comparison to other Java messaging libraries including mpiJava and MPJ/Ibis when used in the multicore mode on shared memory or multicore processors. We also demonstrate effectiveness of the MPJ Express multicore device in Gadget-2, which is a massively parallel astrophysics N-body siimulation code.