نتایج جستجو برای: thaumatin like protein

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

Journal: :Acta crystallographica. Section D, Biological crystallography 1994
T P Ko J Day A Greenwood A McPherson

Three crystal forms of the sweet-tasting protein thaumatin from the African berry Thaumatococcus daniellii have been grown. These include two naturally occurring isoforms, A and B, that differ by a single amino acid, and a recombinant form of isoform B expressed in yeast. The crystals are of space groups C2 with a = 117.7, b = 44.9, c = 38.0 A, and beta = 94.0 degrees, P2(1)2(1)2(1) with a = 44...

Journal: :Chemical senses 2005
P Jiang M Cui Q Ji L Snyder Z Liu L Benard R F Margolskee R Osman M Max

The T1R taste receptors, like other type 3 G-protein-coupled receptors (GPCRs), have a large amino terminal extracellular domain. Type 3 GPCRs typically function as dimers, but each monomer can independently bind ligand. Based on studies with the metabotropic glutamate receptors (mGluRs) the site for ligand binding in type 3 GPCRs is thought to be in a shell-like cleft formed by two lobes withi...

Journal: :Zeitschrift fur Naturforschung. C, Journal of biosciences 2001
T Hanselle Y Ichinoseb W Barz

A pathogenesis-related protein induced by infection with Ascochyta rabiei was purified from intercellular washing fluid of chickpea (Cicer arietinum L.) leaves. Amino-terminal sequencing identified the protein, named PR-5a, as a thaumatin-like protein. The isoelectric point was determined with 6.5 and the molecular mass is 16 kDa. Therefore, chickpea PR-5a is the first dicot member of a TLP sub...

2015
Yoshiki Nakahara Shogo Sawabe Kenta Kainuma Maki Katsuhara Mineo Shibasaka Masanori Suzuki Kosuke Yamamoto Suguru Oguri Hikaru Sakamoto

Salinity is a critical environmental factor that adversely affects crop productivity. Halophytes have evolved various mechanisms to adapt to saline environments. Salicornia europaea L. is one of the most salt-tolerant plant species. It does not have special salt-secreting structures like a salt gland or salt bladder, and is therefore a good model for studying the common mechanisms underlying pl...

2014
María Garrido-Arandia Amaya Murua-García Aranzazu Palacin Leticia Tordesillas Cristina Gómez-Casado Natalia Blanca-Lopez Tania Ramos Gabriela Canto Carlos Blanco Javier Cuesta-Herranz Rosa Sánchez-Monge Luis F Pacios Araceli Díaz Perales

The physical, biochemical, and immunological characteristics of plant allergens have been widely studied, but no definite conclusion has been reached about what actually makes a protein an allergen. In this sense, N-glycosylation is an exclusive characteristic of plant allergens not present in mammals and it could be implied in allergenic sensitization. With this aim, we evaluated and compared ...

Journal: :Plant physiology 2006
Yuichi Sakamoto Hisayuki Watanabe Masaru Nagai Keiko Nakade Machiko Takahashi Toshitsugu Sato

Lentinan is an antitumor product that is purified from fresh Lentinula edodes fruiting bodies. It is a cell wall component, comprising beta-1,3-glucan with beta-1,6-linked branches, which becomes degraded during postharvest preservation as a result of increased glucanase activity. In this study, we used N-terminal amino acid sequence to isolate tlg1, a gene encoding a thaumatin-like (TL) protei...

2012
Arantxa Palacín Luis A. Rivas Cristina Gómez-Casado Jacobo Aguirre Leticia Tordesillas Joan Bartra Carlos Blanco Teresa Carrillo Javier Cuesta-Herranz José A. Cumplido Bonny Enrique Flores Mar G. García-Alvarez-Eire Ignacio García-Nuñez Francisco J. Fernández Pedro Gamboa Rosa Muñoz Rosa Sánchez-Monge Maria Torres Susana Varela Losada Mayte Villalba Francisco Vega Victor Parro Miguel Blanca Gabriel Salcedo Araceli Díaz-Perales

Cross-reactivity of plant foods is an important phenomenon in allergy, with geographical variations with respect to the number and prevalence of the allergens involved in this process, whose complexity requires detailed studies. We have addressed the role of thaumatin-like proteins (TLPs) in cross-reactivity between fruit and pollen allergies. A representative panel of 16 purified TLPs was prin...

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

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

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