نتایج جستجو برای: oligomerization

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

Journal: :The Journal of biological chemistry 1991
K Adzuma K Mizuuchi

The DNA strand-transfer reaction of bacteriophage Mu requires Mu B protein and ATP for high efficiency. These factors facilitate the capture of target DNA by the donor protein-DNA complex. To understand the mechanism of the Mu B ATPase cycle in the Mu DNA strand-transfer reaction, we undertook a steady-state kinetic analysis of Mu B ATPase. The results reveal complex properties of the ATPase ac...

Journal: :Acta biochimica Polonica 2001
M Jaskólski

In 3D domain swapping, first described by Eisenberg, a structural element of a monomeric protein is replaced by the same element from another subunit. This process requires partial unfolding of the closed monomers that is then followed by adhesion and reconstruction of the original fold but from elements contributed by different subunits. If the interactions are reciprocal, a closed-ended dimer...

Journal: :Journal of leukocyte biology 2016
Melissa Victoria Fernandez Elizabeth Miller Florian Krammer Ramya Gopal Benjamin D Greenbaum Nina Bhardwaj

The nucleotide-binding oligomerization domain-like receptor protein 3 inflammasome, a multiprotein complex, is an essential intracellular mediator of antiviral immunity. In murine dendritic cells, this complex responds to a wide array of signals, including ion efflux and influenza A virus infection, to activate caspase-1-mediated proteolysis of IL-1β and IL-18 into biologically active cytokines...

Journal: :Materials advances 2023

Silicatein fusion proteins display comparable silica and ceria biomineralization capabilities regardless of partner or oligomerization status. Therefore, for scalable biomanufacturing, inherent properties the enzyme should be explored.

Journal: :Canadian Journal of Chemistry 1968

Journal: :Journal of Japan Oil Chemists' Society 1968

Journal: :Journal of virology 2005
Peggy Möller Nonia Pariente Hans-Dieter Klenk Stephan Becker

The nucleocapsid protein VP35 of Marburgvirus, a filovirus, acts as the cofactor of the viral polymerase and plays an essential role in transcription and replication of the viral RNA. VP35 forms complexes with the genome encapsidating protein NP and with the RNA-dependent RNA polymerase L. In addition, a trimeric complex had been detected in which VP35 bridges L and the nucleoprotein NP. It has...

Journal: :Human molecular genetics 2001
X Fan P Dion J Laganiere B Brais G A Rouleau

Oculopharyngeal muscular dystrophy (OPMD) is an adult-onset disorder characterized by progressive eyelid drooping, swallowing difficulties and proximal limb weakness. The autosomal dominant form of this disease is caused by short expansions of a (GCG)(6) repeat to (GCG)(8-13) in the PABPN1 gene, which results in the expansion of a polyalanine stretch from 10 to 12-17 alanines in the N-terminus ...

2015
Xueyun Zheng Deyu Liu Frank-Gerrit Klärner Thomas Schrader Gal Bitan Michael T. Bowers

The early oligomerization of amyloid β-protein (Aβ) has been shown to be an important event in the pathology of Alzheimer's disease (AD). Designing small molecule inhibitors targeting Aβ oligomerization is one attractive and promising strategy for AD treatment. Here we used ion mobility spectrometry coupled to mass spectrometry (IMS-MS) to study the different effects of the molecular tweezers C...

Journal: :The Journal of biological chemistry 2002
Hassan Issafras Stéphane Angers Sébastien Bulenger Cédric Blanpain Marc Parmentier Catherine Labbé-Jullié Michel Bouvier Stefano Marullo

Although homo-oligomerization has been reported for several G protein-coupled receptors, this phenomenon was not studied at low concentrations of receptors. Furthermore, it is not clear whether homo-oligomerization corresponds to an intrinsic property of nascent receptors or if it is a consequence of receptor activation. Here CCR5 receptor oligomerization was studied by bioluminescence resonanc...

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

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

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"; } -->