نتایج جستجو برای: membrane crystallization

تعداد نتایج: 411323  

Journal: :Methods in molecular biology 2013
David L Stokes Iban Ubarretxena-Belandia Tamir Gonen Andreas Engel

Membrane proteins play a tremendously important role in cell physiology and serve as a target for an increasing number of drugs. Structural information is key to understanding their function and for developing new strategies for combating disease. However, the complex physical chemistry associated with membrane proteins has made them more difficult to study than their soluble cousins. Electron ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1993
R Lal L Yu

The nicotinic acetylcholine receptor (AChR) was expressed in Xenopus oocytes from in vitro transcribed mRNA and was imaged by atomic force microscopy. A characteristic pentameric structure of AChR was readily observed on the extracellular face of the cell membrane, with a central pore surrounded by protruding AChR subunits. These structures were seen only in mRNA-injected oocytes that also gave...

Journal: :Cryobiology 1999
J Wolfe G Bryant

Membranes are often damaged by freezing and/or dehydration, and this damage may be reduced by solutes. In many cases, these phenomena can be explained by the physical behavior of membrane-solute-water systems. Both solutes and membranes reduce the freezing temperature of water, although their effects are not simply additive. The dehydration of membranes induces large mechanical stresses in the ...

2007
Shirong Huang Guozhong Wu Shimou Chen

Microporous poly(vinylidene fluoride) (PVDF) membranes were prepared from PVDF/N,N-dimethylacetamide (DMAC) solutions by using upercritical CO2 phase inversion process. As revealed by scanning electron microscope (SEM) and differential scanning calorimeter (DSC), he PVDF membranes exhibit morphological characteristics resulting from both liquid–liquid phase separation and crystallization, i.e.,...

2015
Nurit Mirkin Abel Moreno

The structural knowledge of some biological macromolecules helps to understand their mechanisms of working and their role on health sciences, food science and even their effect on the economy. In this work, some recent solutions to crystallogenesis for structural analysis (convective transport, counter-diffusion, the challenge of membrane protein crystallization, and high throughput techniques)...

2005
Jaime Colchero

7.1 The Structure and Role of Biomembranes 7.2 Investigation of Biological Membranes by SFM 7.3 Na,K-ATPase 7.3.1 Structure 7.3.2 Isolation 7.3.3 Crystallization 7.4 Sample Preparation for SFM 7.4.1 Binding of Membrane Fragments onto Mica Surface 7.4.2 Removal of Surface Contaminations 7.4.3 Manipulation of Surface Properties 7.4.4 Water Cell 7.5 Imaging Techniques 7.5.1 Tip-Sample Interactions...

Journal: :Neuron 1996
Lawrence Shapiro Joseph P. Doyle Preston Hensley David R. Colman Wayne A. Hendrickson

P0, the major protein of peripheral nerve myelin, mediates membrane adhesion in the spiral wraps of the myelin sheath. We have determined the crystal structure of the extracellular domain from P0 (P0ex) at 1.9 A resolution. P0ex is folded like a typical immunoglobulin variable-like domain; five residues at the C-terminus are disordered, suggesting a flexible linkage to the membrane. The require...

Journal: :Lab on a chip 2011
Jung-uk Shim Santoshkumar N Patil James T Hodgkinson Steven D Bowden David R Spring Martin Welch Wilhelm T S Huck Florian Hollfelder Chris Abell

A microfluidic device capable of exploiting the permeability of small molecules through polydimethylsiloxane (PDMS) has been fabricated in order to control the contents of microdroplets stored in storage wells. We demonstrate that protein precipitation and crystallization can be triggered by delivery of ethanol from a reservoir channel, thus controlling the protein solubility in microdroplets. ...

Journal: :Physical chemistry chemical physics : PCCP 2015
Frank Müh Dörte DiFiore Athina Zouni

With the aim of better understanding the phase behavior of alkyl maltosides (n-alkyl-β-d-maltosides, CnG2) under the conditions of membrane protein crystallization, we studied the influence of poly(ethylene glycol) (PEG) 2000, a commonly used precipitating agent, on the critical micelle concentration (CMC) of the alkyl maltosides by systematic variation of the number n of carbon atoms in the al...

2013
Purwiyatno Hariyadi Eko Hari Purnomo Nuri Andarwulan Dedi Fardiaz

It has been shown experimentally by many researchers that cooling rate and crystallization temperature affect the rate of crystal formation. In this study, crystallization kinetics of coconut oil was measured by monitoring the solid fraction of the oil using pulsed Nuclear Magnetic Resonance (pNMR). Four levels of cooling rate and crytallization temperature were studied. Parameters of crystalli...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->