نتایج جستجو برای: tripeptide structures

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

Journal: :Journal of chemical information and modeling 2014
Nai-Wan Hsiao Tien-Sheng Tseng Yu-Ching Lee Wang-Chuan Chen Hui-Hsiung Lin Yun-Ru Chen Yeng-Tseng Wang Hung-Ju Hsu Keng-Chang Tsai

Tyrosinase, which is the crucial copper-containing enzyme involved in melanin synthesis, is strongly associated with hyperpigmentation disorders, cancer, and neurodegenerative disease; thus, it has attracted considerable interest in the fields of medicine and cosmetics. The known tyrosinase inhibitors show numerous adverse side effects, and there is a lack of safety regulations governing their ...

Journal: :Chemical communications 2017
Kousuke Tsuchiya Keiji Numata

Polypeptides containing 2-aminoisobutyric acid (Aib) units as an unnatural amino acid residue were synthesized by papain-catalyzed chemoenzymatic polymerization of a tripeptide ethyl ester l-Ala-Aib-l-Ala-OEt in an aqueous medium. The Aib-containing polypeptide adopted an α-helix conformation in both the solid and solution phases, which was induced by the periodic Aib residue.

Journal: :Chemical communications 2006
Ian R Baxendale Steven V Ley Christopher D Smith Geoffrey K Tranmer

A general flow process for the multi-step assembly of peptides has been developed and this procedure has been used to successfully construct a series of Boc, Cbz and Fmoc N-protected dipeptides in excellent yields and purities, including an extension of the method to enable the preparation of a tripeptide derivative.

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان - دانشکده مهندسی عمران 1392

abstract in aggregate, active forms of reactive silica with mineral names are sometimes associated with sand and gravel in concrete mixture. alkali hydroxides originated from alkalis in the cement or other resources form an alkaline silica gel with this reactive silica which becomes swallowed and expanded during time causing damage to concrete. there have been growing researches on alkaline r...

Journal: :The Journal of physiology 2009
Lauren J Manderfield Melissa A Daniels Carlos G Vanoye Alfred L George

Voltage-gated potassium (Kv) channels are modulated in distinct ways by members of the KCNE family of single transmembrane domain accessory subunits. KCNE4 has a dramatic inhibitory effect on KCNQ1 that differs substantially from the activating effects of KCNE1 and KCNE3. The structural features of KCNE4 that enable this behaviour are unknown. We exploited chimeras of KCNE1, KCNE3 and KCNE4 to ...

Journal: :The Biochemical journal 1998
S Campaner L Pollegioni B D Ross M S Pilone

When analysed by isoelectric focusing, D-amino acid oxidase from the yeast Rhodotorula gracilis normally consists of three molecular isoforms (pI 7.8, 7.4 and 7.2, respectively) all with the same N-terminal sequence. However, only a single band of pI 7.8 is detected with the recombinant wild-type protein expressed in E. coli. To determine whether the molecular basis of this heterogeneity is due...

Journal: :Journal of cell science 1995
J P Evans R M Schultz G S Kopf

The guinea pig sperm protein, PH-30 (also known as fertilin), is postulated to participate in the interaction between the sperm and egg plasma membranes. The beta subunit of guinea pig PH-30 (gpPH-30 beta) contains a domain with homology to disintegrins, snake venom proteins that bind to integrins via an integrin-binding domain containing the tripeptide RGD. This raises the question of whether ...

Journal: :Chemistry & biology 1998
M Bogyo S Shin J S McMaster H L Ploegh

BACKGROUND The proteasome is a multicatalytic protease complex responsible for most cytosolic protein breakdown. The complex has several distinct proteolytic activities that are defined by the preference of each for the carboxyterminal (P1) amino acid residue. Although mutational studies in yeast have begun to define substrate specificities of individual catalytically active beta subunits, litt...

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

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

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