نتایج جستجو برای: kinase protein regulation

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

Journal: :Current opinion in cell biology 1997
A C Newton

Protein kinase C has been in the spotlight since the discovery two decades ago that it is activated by the lipid second messenger diacylglycerol. Despite protein kinase C's enduring stage presence, the regulation and specific roles of its isozymes in defined cellular processes are still under intense investigation. Elucidation of the structures of protein kinase C's regulatory modules, the disc...

Journal: :acta medica iranica 0
h. mehrani r. rezae

patients with diabetes mellitus (dm), experience significant morbidity and mortality from microvascular retinopathy, nephropathy and neuropathy. hyperglycemia can induce diabetic complications through multiple pathways. activation of protein kinase c (pkc) by hyperglycemia is one of the pathways which causes diabetic complications. effect of nifedipine (a calcium channel blocker), and polymyxin...

Journal: :razavi international journal of medicine 0
ehsan ghayoor karimiani molecular diagnostic unit, research and education department, razavi hospital, mashhad, ir iran; corresponding author: ehsan ghayoor karimiani, molecular diagnostic unit, research and education department, razavi hospital, mashhad, ir iran. tel: +98-9153102327, fax: +98-5136668847, e-mail: abolghasem allahyari hematology oncology department, imam reza hospital, mashhad university of medical sciences, mashhad, ir iran

evidence acquisition the fifty two significant articles discussing the stem cell in chronic myeloid leukemia from 1996 to 2012 were selected according to the authors’ experience. results studies have shown that primitive cml cells are less responsive to tyrosine kinase inhibitors (tkis) and are a reservoir for the relapse of multi drug resistant (mdr). conclusions following that, minimal residu...

Journal: :archives of anesthesiology and critical care 0
mojtaba mojtahedzadeh tehran university of medical sciences mohammad abdollahi tehran university of medical sciences tina didari tehran university of medical sciences

sepsis as the host responsive syndrome is one of the main concerning issues and costly disease on intensive care unit (icu) in the 21st century. epidemiological studies have showed that mortality rates of sepsis in icu and hospitals among 37 countries were 39.2% and 49.6% respectively [1].  complicated nature of sepsis is still not well understood and this makes it hard to treat and manage. acc...

AZRA RABBANI, MASSOUD BOOJAR,

We have investigated the effect of theophylline on the kinetics of the catalytic subunit of protein kinase and related factors in lung tissue. The results show that the point of highest concentration of the C subunit of protein kinase which is active in casein phosphorylation is at 3h of incubation time, but in the presence of 100 Ilg/ InL and 10µg/mL theophylline, this is shifted to I.S an...

Ali Ali Teimoori Gholamreza Haqshenas Hadi Razavinikoo Hoorieh Soleimanjahi, Taravat Bamdad, Zahra Goodarzi,

Objective(s): The rotavirus nonstructural protein 4 (NSP4) is responsible for the increase in cytoplasmic calcium concentration through a phospholipase C-dependent and phospholipase C-independent pathways in infected cells. It is shown that increasing of intracellular calcium concentration in rotavirus infected cells is associated with the activation of some members of protein kinases family su...

Journal: :iranian journal of basic medical sciences 0
hadi razavinikoo department of virology, faculty of medical sciences, tarbiat modares university, tehran, iran hoorieh soleimanjahi department of virology, faculty of medical sciences, tarbiat modares university, tehran, iran gholamreza haqshenas department of microbiology, faculty of medicine, nursing & health sciences, school of biomedical sciences, monash university, melbourne, victoria, australia taravat bamdad department of virology, faculty of medical sciences, tarbiat modares university, tehran, iran ali ali teimoori department of virology, faculty of medical sciences, tarbiat modares university, tehran, iran zahra goodarzi department of virology, faculty of medical sciences, tarbiat modares university, tehran, iran

objective(s): the rotavirus nonstructural protein 4 (nsp4) is responsible for the increase in cytoplasmic calcium concentration through a phospholipase c-dependent and phospholipase c-independent pathways in infected cells. it is shown that increasing of intracellular calcium concentration in rotavirus infected cells is associated with the activation of some members of protein kinases family su...

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

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

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